A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: how can it link to my index.html after it finishs loading? help

  1. #1
    Junior Member
    Join Date
    Dec 2002
    Location
    Oakland
    Posts
    3

    how can it link to my index.html after it finishs loading? help

    I'm new with this. Please help. I just created two frames of flashes. I uploaded it to my homepage. The problem is it just keep reloading the stuff over and over and does not link to my index.html. Your help is very appriciated.

  2. #2
    Idiot RoyalW's Avatar
    Join Date
    Mar 2001
    Location
    Down Under
    Posts
    257
    On the last frame of your flash movie, add this action to go to your index:
    Code:
    getURL("http://www.TYPE YOUR ADDRESS HERE.html", "_self");
    "_self" means it will go to the address in the current window.
    Other options for this can be:

    "_blank" = specifies a new window.

    "_parent" = specifies the parent of the current frame.

    "_top" = specifies the top-level frame in the current window.
    Mr Pimp!
    Mr Pimp!
    Mr Pimp!

  3. #3
    Junior Member
    Join Date
    Dec 2002
    Location
    Oakland
    Posts
    3

    I'm sorry

    I'm using SWISH 2.01. I don't know where to place the code at.

  4. #4
    Idiot RoyalW's Avatar
    Join Date
    Mar 2001
    Location
    Down Under
    Posts
    257
    Oh ok.
    Sorry, I dont know nothing about Swish.
    Maybe someone else coud help you.
    Otherwise Click here to go to the Swish help forum
    Mr Pimp!
    Mr Pimp!
    Mr Pimp!

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