A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Calling specific frames of a movie from outside the movie?

  1. #1
    Senior Member
    Join Date
    Feb 2004
    Posts
    782

    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?
    Flash Ninja Clan - Games and cartoons

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    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..

  3. #3
    Senior Member
    Join Date
    Feb 2004
    Posts
    782
    I don't have any references or tutorials, anyone know the code for it?
    Flash Ninja Clan - Games and cartoons

  4. #4
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center