943,987 Members | Top Members by Rank

Ad:
Dec 14th, 2008
0

Actionscript 2 help

Expand Post »
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?
Similar Threads
Reputation Points: 13
Solved Threads: 11
Junior Poster
xylude is offline Offline
122 posts
since May 2008
Dec 15th, 2008
0

Re: Actionscript 2 help

think you got the wrong forum here...
Reputation Points: 85
Solved Threads: 64
Practically a Master Poster
sillyboy is offline Offline
686 posts
since Mar 2007
Jan 6th, 2009
0

Re: Actionscript 2 help

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.
Reputation Points: 167
Solved Threads: 239
Nearly a Posting Virtuoso
rajarajan07 is offline Offline
1,445 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Graphics and Multimedia Forum Timeline: Embedding video on to my website
Next Thread in Graphics and Multimedia Forum Timeline: Help with Flash





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC