0
votes

I found that compiling the same project either in Flash Builder 4 or Flash Builder 4.5 with the sdk 4.1 doesn't give me the same result.

If compiled with flash builder 4, the resulting swf is 1021 KB. If compiled with fb 4.5, it is 1477 KB.

I used the exact same library, sdk and compiling option in both case.

Anybody has an idea ?

1
Can you publish .actionScriptProperties files of both projects?Constantiner
Flash Builder can often mask certain compiler options; such as RSLs. Are you sure you don't have a library set to be external in FB4 and merged into code for FB45?JeffryHouser

1 Answers

0
votes

Add

-dump-config myapp-config.xml

to your compiler options and then compare the files. FB4 likely has different defaults for some settings than FB4.5


see the docs for dump-config