A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: How can I make a hyperlink from html to a flash movie

  1. #1
    Junior Member
    Join Date
    Aug 2003
    Location
    Canada
    Posts
    5

    How can I make a hyperlink from html to a flash movie

    Hi,

    I am trying to make a hyper link from on html page to go to spcific scene of a flash movie in another page. Is this possible to do and if so can some one help me please....

    Thanks in advanced.

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Yes!
    But can't really help you without seeing your setup!

    Could most probably use...

    http://www.macromedia.com/support/fl.../flashvars.htm

    Or...

    http://www.macromedia.com/support/fl...tm#querystring

    But the Flash movie would also have to check the variable on it's first frame, for it to work.

  3. #3
    Junior Member
    Join Date
    Aug 2003
    Location
    Canada
    Posts
    5

    What I am trying to do here is....

    Hi

    here is the site that I am working on.
    http://63.138.9.222/pcpub/index.html
    On the pop up screen all of the buttons goes to a specific scene on a movie except for the button new development it goes to a html page what I am trying to do is that when you are on the html and you want to click on a button, say for eg. about us (which should take you back to the about us scene of that movie) how would you do that from you html page.

    Thanks

  4. #4
    Junior Member
    Join Date
    Sep 2001
    Posts
    25
    add this to your link:

    <a href="javascript:my_function1()">show this</a><br>



    add this as javascript

    function my_function1()
    {
    document.nameofyourflashfile.GotoFrame(2);
    }

  5. #5
    Junior Member
    Join Date
    Sep 2001
    Posts
    25
    sorry for the link, I meant this..please close tags in script
    a href="javascript:my_function1()">shell</a

  6. #6
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Answered your PM...

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