A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: jump with htlm/java to frame "x" in my flashmovie

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    4
    need some help
    how could i jump from a html site to a specific frame "10" or a frame label in my flash movie.
    thanks

  2. #2
    Junior Member
    Join Date
    Jun 2001
    Posts
    20
    Originally posted by vvjy2k
    need some help
    how could i jump from a html site to a specific frame "10" or a frame label in my flash movie.
    thanks
    I guess there might be a way to do this if you were to use JavaScript in combination with ActionScript, (look up the FScommand in the ActionScript Dictionary) but then your website wouldn't really be cross-platform because, from what I've read, swf files and JavaScript can't talk to eachother in any Macintosh Browser. If your development environment and audience are Windows-only, then you could look into that. Otherwise, there's not really any good way to do it without making multiple HTML pages, each with a slightly modified version of your swf movie that which start on a particular frame. Another idea involves loading your movie into different "shell" movies that each have your movie start on a different frame. But that still involves having multiple HTML pages, etc....

    -skyeflye

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