A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Targeting SWF frame from HTML

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    3

    Cool

    Is it possible to be in one flash movie that will get URL, then target a specific frame of a new swf when the new html page opens?
    Unfortunately I can't use HTML frames and I don't think load movie will work in this case?

  2. #2
    Senior Member
    Join Date
    Feb 2000
    Posts
    195

    Lightbulb

    Try passing the goto data on the query string to the second HTML page, like this:

    Get ULR ("page2.html?goto=5")


    Then grab the JScript code from my demo at http://www.rjscs.com/scotty/demos/demoquery.html

    And place the following Actionscript on the first frame of the second movie:

    Go to and Play (goto)


    And that should do it!


    <EMBED src="/cgi-bin/ubb/Members/sigs/00000205.swf" quality=high WIDTH=500 HEIGHT=50 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>

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