Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
Attachmovie question

Attachmovie question

2004-03-05       - By Brook Davies

 Back
Reply:     1     2  

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)