Actionscript 2 help

Reply

Join Date: May 2008
Posts: 27
Reputation: xylude is an unknown quantity at this point 
Solved Threads: 0
xylude xylude is offline Offline
Light Poster

Actionscript 2 help

 
0
  #1
Dec 14th, 2008
I am trying to make an external .swf file load into a movieclip when a button is clicked. I have this code on my button:

Graphics and Multimedia Syntax (Toggle Plain Text)
  1. on(release){
  2. mc_holder.loadMovie("home.swf");
  3. trace ("...");
  4. }

and my mc_holder movieclip is on the stage. But when I click the button the trace output shows up but the movie clip does not load in the holder. Is there more to this?
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 686
Reputation: sillyboy is on a distinguished road 
Solved Threads: 61
sillyboy's Avatar
sillyboy sillyboy is offline Offline
Practically a Master Poster

Re: Actionscript 2 help

 
0
  #2
Dec 15th, 2008
think you got the wrong forum here...
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 163
Reputation: rajarajan07 is on a distinguished road 
Solved Threads: 23
rajarajan07's Avatar
rajarajan07 rajarajan07 is offline Offline
Junior Poster

Re: Actionscript 2 help

 
0
  #3
Jan 6th, 2009
Graphics and Multimedia Syntax (Toggle Plain Text)
  1. on(release){
  2. _root.mc_holder.loadMovie("home.swf");
  3. trace ("...");
  4. }
Last edited by peter_budo; Jan 7th, 2009 at 5:53 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Thanks & Regards,
RajaRajan. R

trulyraja2009@yahoo.in
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Graphics and Multimedia Forum
Thread Tools Search this Thread



Tag cloud for Graphics and Multimedia
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC