I might be wrong here, but if I recall correctly you can in fact load all your classes in frame 2. Make sure none of your MovieClips have the 'export in first frame' option enabled and place those MovieClips in frame 2.
As for your other non-visual classes, just make sure they are not called within frame 1. Your preloader script in frame one should run before everything else has been loaded. If I remember well, this is the technique used in Flex 1.5 and 2.0. Greetz Erik On 2/12/08, Hans Wichman <[EMAIL PROTECTED]> wrote: > > Hi, > you can put classes in an swf and use the swf as a dll. > It's a hassle but its doable. > > You load the swf in a specific frame, the swf only contains classes and > they > become available from that frame onwards. > Again, im not sure if you should do this if the only reason is that you'd > rather write the preloader in as2 instead of as1. > It's a great opportunity to hack timelime as1 you know and nowadays those > chances are slim:)) > > greetz > JC > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

