I did not write out the entire solution because I was focusing on the
specific functionality.

When you use a holder clip, you're going to be creating it and removing
it on the fly.

this.holder.removeMovieClip();
this.createEmptyMovieClip("holder", 10);
this.holder.loadMovie("some.jpg");

Easy peasy.
_______________________________________________
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