Announcement

Collapse
No announcement yet.

Flash Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Flash Page

    Is it possible to set up a flash to be directed to your home page after it plays? I would like to have a flash page be the first thing they see when they visit my site and after the flash is over, automatically be forward to the home page.

  • #2
    Re: Flash Page

    To Make the flash intro go automatically to the next page you will need to use actionscript, Put this in the last frame of your flash intro:

    getURL("http://www.yourdomain.com/whatever.html");


    You may have to use the stop(); command if is on a loop.

    Comment


    • #3
      Re: Flash Page

      I am not sure how I do that

      Comment

      Working...
      X