Skip to main content
July 15, 2008
Answered

Controlling an external SWF

  • July 15, 2008
  • 3 replies
  • 822 views
Hello,

I have a SWF that is loaded into my main movie via XML. What I would like to do is determine the length of the SWF within my main movie, and when the loaded SWF has completed, have the main movie move onto the next SWF.

Any help would be greatly appreciated.

Thanks!

Doug
This topic has been closed for replies.
Correct answer kglad
:

3 replies

Participating Frequently
July 16, 2008
See this cool mp3 xml player with visualization, playlist and skins. Fully customisable. Vector. http://flashden.net/item/mp3-xml-strongplayerstrong-with-visualization-and-skins-vectorised/11851
kglad
Community Expert
Community Expert
July 16, 2008
you're welcome.
kglad
Community Expert
Community Expert
July 15, 2008
you can use the content property of your loader (cast as a movieclip) to reference your loaded swf's main timeline (after loading is complete).
July 15, 2008
Hello,

Could you provide an example of how to do that?

Here is the code I am working with... what I want to happen is after "content.swf" finishes playing, I want to load the next movie... even if someone could tell me how to determine when content.swf has finished playing, that would help immensely.

Thanks!

Doug
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
July 15, 2008
: