Excluding Classes with CS4 IDE, is it possible?
I had some mysterious trouble with my MXMLC-generated SWFs and my attempts to exclude files. I thought it might be productive to try to exclude classes by compiling in the IDE.
In the ActionScript 3.0 settings for my FLA, I set a path to the correct SWC in the “External LIbrary Path” window.
The final SWF, however, did not exclude these classes at all.
Does anybody know if this feature actually works? Do I have to do something else to get this to work properly?
It would be a great feature if I could get it to work!
OK, back to using the mxmlc compiler I guess.
Trying the IDE External Library Path myself. One thought I had was that the classes that were contained in your external lib swc file, were still in the class path of the swf you were compiling, therefore still including them in the compiled swf.
Ryan
24 Nov 09 at 11:56 am