Jump to content
Search Community

Playing MovieClip inside external swf

darloScott test
Moderator Tag

Recommended Posts

The following post helped me get to the MovieClip inside of the external swf I am loading:

http://forums.greensock.com/viewtopic.php?f=6&t=4242&p=16820&hilit=swf+movieclip#p16820

 

However I want to play the timeline of the movieclip in an external swf, so I attempt this by using

 

	_bgd = loader.getSWFChild("TestClip") as MovieClip;
	 _bgd.gotoAndPlay(2);

 

However all that happens is the Clip goes to frame 2 but does not play it's timeline (there is no stop(); in frame 2), it appears the clip just takes a snapshot of that frame. If I then try to manipulate the timeline with MouseEvents etc this has no effect.

 

Any help would be appreciated.

Link to comment
Share on other sites

please try to recreate this problem with as little code as possible and provide 2 simplified fla files

 

1: the fla that does the loading

2: the fla that is being loaded with "TestClip" on the timeline.

 

then someone here can take a look at it. from the code you have provided it is difficult to ascertain the what is going wrong.

 

carl

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...