PDA

View Full Version : Splash Page


gu1527t
10-09-2001, 06:38 PM
I am wondering if it is possible to build a HTML splash page and while that is loaded and the viewer is looking at it to have the Flash site downloading in the background? This way when a user clicks on a button the flash site could already be loaded to decrease the wait time. Any suggestions would be great.

Thanks.

sky_doq
10-09-2001, 08:19 PM
Ya,

open an html page in a fixed window.

with this statement:

fill the following in in the geturl statement ( with your own file )

javascript:MM_openBrWindow('page.html', '0 ( leave it zero, delete between brackets )', 'width=300,height=280')

width and height seems clear i think.

page.html = the html page you want to splash ( you can also use this in html with the onload command or in the first frame of your swf )

the zero '0' is the winname not really important to me.

bye

FD