On May 10, 2006, at 12:24 PM, Mike Levy wrote:

Thanks for any explanations!  I think it has something to do with the
movieClip not loading by the time I call attachMovie, but I read on another thread that if everything is in class files that there is no timing issues
with attachMovie.


You have to wait a frame for the scrollpane to init before before you can attach movies to it. Then redraw(true);

You might want to create a method in the movieclip you are attaching that you call, which in turns waits an onEnterFrame and then sets the contentPath for you.

That is why it works the second time you call it.

blue skies,
bryan
_______________________________________________
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