|
|
Question : preload a html page while flash movie is playing
|
|
I have a flash intro movie in the first page of my site. I then proceed to my home page after the movie plays fully. the problem is that my homepage along with the images etc is quite big and it takes sometime to load after the movie gets finished. is it possible to preload my homepage while the flash movie is being played.
Also wat happens now is that the flash movie starts looping and plays a few framse before proceding to the next page even though i have set it to noloop. i need to avoid it.
how can i do this. Thanks
|
Answer : preload a html page while flash movie is playing
|
|
okay here is a frameset with a hidden frame:
frameset def
< frameset frameborder="0" framewidth="0" border="0" rows="0,*">
The first frame is hidden because of the rows property on the framset tag. But the browser will still load everything in main.htm and cache it, so when the intro completes and goes to main, everything for it is already in the cache of the client computer, and will load much more quickly.
Cd&
|
|
|
|