|
-
Calling specific frames of a movie from outside the movie?
Hi,
I need some help with with calling specific frames in flash from outside of flash.
This example: http://www.permadi.com/tutorial/flashjscommand/
shows me how to play and rewind, but lets say if I want to jump from step 1 to step 10 without hitting play 10 times, is there a function that does that?
-
Senior Member
I didnt look at the link..but using ExternalInterface lets you register a function (for example javaScript in the html page that is holding the .swf) that can be called from with-in flash..
You can also do the opposite and register a function inside flash that can be called from outside of it..
-
I don't have any references or tutorials, anyone know the code for it?
-
Senior Member
in Flash, hit [F1] and search for ExternalInterface or ExternalInterface.call
or google it.. or search her even.. its been covered countless times.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|