Take a look at the MovieClipLoader class in the help docs.


James O'Reilly  —  Consultant
Adobe Certified Flash Expert
http://www.jamesor.com
Design • Code • Train



Mike Dunlop wrote:
Hi everyone,

I have a question that is probably easy for you guys. How can i get a preloader into the following.... ?


mc.createEmptyMovieClip("img", 10);
mc.img.loadMovie(some_image_path);
mc.onEnterFrame = function() {
// want to put a preloader bar/circle/something to show the load progress on // on the image loading into mc.img
}

Thanks a bunch as always!
.............................................
Mike Dunlop
// Droplab
[ e ] [EMAIL PROTECTED]


_______________________________________________
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

Reply via email to