A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [F8] Flash Pop-UP Control

  1. #1
    Junior Member
    Join Date
    Sep 2007
    Posts
    21

    [F8] Flash Pop-UP Control

    Hello,
    I have a link in a website, that opens a Flash .SWF in a pop-up window. The .SWF has 10 frames in it, is there away to make the .SWF jump to a certain frame, from the HTML link in the original HTML page? Is there any code for that feature? HTML/Javascript? Please help.

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    this link might provide you with some ideas

    Flash 8
    externalInterface class
    send a variable to a pop-up window using php

    http://www.jackleaman.co.uk/test/ext...ce_pop_up.html

  3. #3
    Junior Member
    Join Date
    Sep 2007
    Posts
    21
    Hello a_modified_dog,
    That did help, but that seemed to be for Flash buttons/PHP....is there any way to do it just from an HTML text link? Thanks!

  4. #4
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    you will need to use Javascript to send a variable
    to Flash from the html wrapper.
    use the variable in Flash to send to the php pop-up control

    a simple example is sending a Flash movie to different frames

    http://www.jackleaman.co.uk/test/js/...-to-flash.html

    view the source code to see how the JS works.

    tinker with both of the links supplied to build one working model

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