The other Andrew Hunt

Another Flash Blog!

Excluding Classes with CS4 IDE, is it possible?

with one comment

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.

Written by admin

August 19th, 2009 at 6:44 am

Posted in AS3 Development

Tagged with

One Response to 'Excluding Classes with CS4 IDE, is it possible?'

Subscribe to comments with RSS or TrackBack to 'Excluding Classes with CS4 IDE, is it possible?'.

  1. 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

Leave a Reply