Skip to main content
Participant
August 23, 2008
Question

passing a movieclip frame as a variable in HTML

  • August 23, 2008
  • 1 reply
  • 369 views
Basically, I need somewhat specific instructions on how to write actionscript 3 and html code to tell a swf file in html to play a particular frame once it has loaded. I have a movieclip on the main time line and the frame i am trying to target is inside this movieclip.

There are two ways of doing this that I have read about (Flashvars and SWF Object). But all the examples are concerning loading text externally from HTML.

I do not want to introduce and new info through HTML. I only want to direct the swf on what frame to start from.

Any help would be greatly appreciated.
This topic has been closed for replies.

1 reply

Inspiring
August 24, 2008
You may want to try ExternalInterface class' capabilities in conjunction with JavaScript to accomplish that.