frame labels become numeric when published to SWF
I don't think so. I use this method for my preloading mechanism. I
export symbols to frames between frame 2 and a frame labeled "loaded".
In frame 1 I inject my code, which includes the preloader. After
preloading, I gotoAndStop("loaded") to have access to my exported
symbols.

Make sure, however, that the targeted frame is loaded before calling
it within Flash -- otherwise, the function will fail and nothing will happen.
THAT is very important and the reason I jump to frame labeled "loaded"
after preloading, because my symbols and everything else only exist
behind that frame.

Have fun,
Matthias
_______________________________________________
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

Reply via email to