Results 1 to 3 of 3

Thread: Flash Page
      
   

  1. #1
    highwayadmin is offline Private First Class
    Join Date
    Mar 2008
    Posts
    5

    Exclamation 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. #2
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default 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.

  3. #3
    highwayadmin is offline Private First Class
    Join Date
    Mar 2008
    Posts
    5

    Default Re: Flash Page

    I am not sure how I do that

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49