Forum Moderators: open
I have a flash file which has been embedded into a html page - splash.html. this page is an into to the website.
I am trying to open this splash.html page from within the index.asp page on load. I want the splash into page to appear first and then close and redirect to the index.asp page.
do i need to put in javascript into the index.asp page? I have been told that I need to modify the splash.swf to automatically close after sequence using the window.parent.close command - is this correct?
thanks in advance
kylee
what I'm trying to do is for the splash.html page to open first when people go to this site www.example.com, and then once the flash has done its thing for it to redirect to www.example.com/index.asp.
The splash.html page is an into.
I originally had the flash file embedded into a index.html page so this worked as the index.html page opened first automatically. except I've had to change this as there is code in the index.asp page which redirects othersite.example.com traffic to www.example.com/mabe/site/ does this make sense? when the index.html page was uploaded the redirect was no longer working so people couldn't get to othersite.example.com
hope this explanation helps
thnks again
kylee
[edited by: korkus2000 at 4:24 pm (utc) on May 15, 2004]
[edit reason] Examplified URLs [/edit]