Re: [Flashcoders] AS3 embedded assets and preloading?

2007-01-25 Thread Andy Makely
Keith Peters has posted the solution in his blog, and it works perfectly. http://www.bit-101.com/blog/?p=946 Basically it involves using the [Frame] metatag to tell MXMLC to use your preloader class as the factoryClass, moving your Main class (and it's assets) to frame 2. Once everything is loa

[Flashcoders] AS3 embedded assets and preloading?

2007-01-18 Thread Sascha
Can somebody enlighten me? How do you use AS3 embedded assets with a preloader (without the Flash IDE)? In AS2/Flash8 and below we could put a preloader on frame1 of the main timeline and put all the heavy assets from the library on frame2 or beyond. In AS3 I wrote a custom Preloader class that ex