Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-11-2009, 11:17 AM   PM User | #1
gani
Regular Coder

 
Join Date: Nov 2008
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
gani is an unknown quantity at this point
movieclips and addchild

small problems guy and girls...

I had a movieclip ( let's call it Mclip1 ) which i manually placed onto the main timeline of my swf. inside this clip i imported my an swf (myswf.swf) From my main timeline i could control myswf.swf by simply using something like
Code:
Mclip1.gotoAndPlay(4)
now i am adding the Mclip to the stage in this way

Code:
var Mclip:Loader = new Loader();
Mclip.loadBytes (bytes);
stage.addChild (Mclip);
problem is...i have no idea how to tell myswf.swf to gotoandplay(4)
gani is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:45 PM.


Advertisement
Log in to turn off these ads.