AS 2.0 Classes for Multiple Loaded Movies?
I've got a main movie, in which I'm loading several smaller movies.
In a few of these movies I'm using the 2.0 components which add quite a bit of filesize to my exported movie.
Must the classes get compiled with movie at export, or is it possible to export the classes in the main movie, then strip them out of the sub movies? It would be nice to only include the classes in the top most file. Its very redundant to have to include them in every one.
I export the 2.0 classes on a later frame (not on 1) and I'm using a preloader, but I'd like to cut the load times down as much as possible. These files should be around 4k, but are 30-40 because of the classes alone.
|