Re: [Flashcoders] Flash Classes and Preloading ...
Hi, export all as2 classes and stuff after frame 1, eg frame 10 and write your preloader in as1 :). greetz JC On 10/16/06, Anthony Lee <[EMAIL PROTECTED]> wrote: Stephen, Don't know about the Flash IDE, but MTASC can do this for you. I posted a similar question to osflash.org, here's the thread: http://www.osflash.org/pipermail/osflash_osflash.org/2006-July/009853.html The short answer is compile your main Classes into a later frame of a SWF that already contains you preloader Class on frame one. Tony ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] Flash Classes and Preloading ...
Stephen, Don't know about the Flash IDE, but MTASC can do this for you. I posted a similar question to osflash.org, here's the thread: http://www.osflash.org/pipermail/osflash_osflash.org/2006-July/009853.html The short answer is compile your main Classes into a later frame of a SWF that already contains you preloader Class on frame one. Tony ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] Flash Classes and Preloading ...
Thanks Alain, I have used that technique before, but surely there must be another way without using multiple SWFs ? I am trying to keep everything together in one FLA file. Stephen.___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] Flash Classes and Preloading ...
Hi Stephen, The best way to use a preloader is to put it in a different swf movie that loads the one you wish to preload, that way you'll be sure it will load correctly. HTH A. Stephen Ford wrote: I'm using AS2 classes in my flash movie. I have created a class called Preloader. How can I load this class without loading all other classes. The problem is that when testing my movie, nothing appears onscreen until about 30% of the total movie has loaded (because by default flash loads all classes before anything else). You can select what frame of a movie to load your classes on, but what if you want to load all classes (except one class - in this case the Preloaded class) later than the first frame ??? so that your preloader is working straight away ??? Thanks.___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com