actionscript 3 - Flash CS5 compiler options broken? -


(haven't received love on adobe forums, trying here)

so, i've formally logged bug against adobe i've been beating head against wall trying understand why won't work, i'm hoping it's perhaps within flash ide i'm setting incorrectly (or not setting @ all) causing issue i'm encountering:

i've created container .fla uses classes defined in externally loaded swc, child.swc. i've added .swc in container's library path (publish settings > 3.0 settings > library path) , have set "link type" "exernal". according adobe's docs:

"external: code resources found in path not added published swf file, compiler verifies in locations specified."

however, when using flashdevelop's swf browsing utility after publishing fla (and having used reference class in container class), see class definition still being added container.swf.

now, if use compc , mxmlc appropriate options (-link-report , -load-externs), can exclude child classes needed , functions expected. however, when setting seems same options in flash ide, not provide same output. unfortunately, have use cases use of flash ide essential, workaround painful.

is known issue, or there i'm doing wrong (or expectations incorrect) in ide?

thanks in advance.

have made sure, these classes not accidentally included in source path?

also, try setting flex sdk in flash ide (settings > actionscript > actionscript 3.0 settings). try again publishing, use flex compiler.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -