Excluding Classes from being Compiled into SWF

Created Tue, 25 May 2004 12:24:01 +0000 Modified Tue, 25 May 2004 12:24:01 +0000
47 Words

Did you know that you can exclude ActionScript classes from being compiled into the final SWF? You may want to do this to decrease file size, but still have the classes available for type checking.

You can find out how to exclude classes from being compiled here.