Attachmovie question 2004-03-05 - By Brook Davies
Back Are you sure the loaded movie has loaded completely before you try the attachMovie script?
You should be able to use onLoad() to make sure it has loaded before you call the attachMovie() script.
Brook
At 03:00 PM 3/5/2004, you wrote:
>Can you tell another loaded-in movie to attach a clip from its library at >runtime? Or does something happend at compile-time that makes that not >possible? > >i.e. > >//This works in standalone question_mc.swf : >thisID = attachMovie("radio_choice_mc", radio_choice_mc, i); > >//This doesn't, but I wish it did. This is moduleExam.swf : > >loadMovie("../common/question_v2.swf", question_mc); //loads fine >thisID = question_mc.attachMovie("radio_choice_mc", radio_choice_mc, >i); //doesn't work > >?? > >Thanks. > > Jason Merrill > ICF Consulting Government e-Learning Solutions > icfconsulting.com > > > >NOTICE: >This message is for the designated recipient only and may contain >privileged or confidential information. If you have received it in error, >please notify the sender immediately and delete the original. Any other >use of this e-mail by you is prohibited. > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >Supported by Fig Leaf Software >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >Lower Prices for Certified Training! Check out new lower prices for >Certified Macromedia Training from Fig Leaf Software. Expand your >skill set with courses in ColdFusion, Flash, Rich Internet >Applications and .NET in the new year. Fig Leaf Software provides >the highest caliber instruction at our training centers in Washington >D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at >your location. > >Get the details at http://training.figleaf.com/ >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- >To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) >For additional commands, e-mail: flashnewbie-help@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|