I have always gotten my preloaders to work. However, I am not sure what to do to get 10 different movies that all have preloaders to load so they can be cached.
I am developing a website that has about 10 different movies that takes about 30 seconds each to load via cable. (on separate html pages) I would like to have an option to load all moviess and let the person walk away for a few minutes and come back an experience all the pages and not have to wait every time they go to a new section. I have tried loading the movies externally, ex:
loadMovieNum(" 1);
loadMovieNum(" 1);
...and of course when going to the next page in the browser, it will still continue to load the movie it supposedly just finished loading.
If anyone has any ideas or solutions, please let me know... Thanks..
Aaron
I am developing a website that has about 10 different movies that takes about 30 seconds each to load via cable. (on separate html pages) I would like to have an option to load all moviess and let the person walk away for a few minutes and come back an experience all the pages and not have to wait every time they go to a new section. I have tried loading the movies externally, ex:
loadMovieNum(" 1);
loadMovieNum(" 1);
...and of course when going to the next page in the browser, it will still continue to load the movie it supposedly just finished loading.
If anyone has any ideas or solutions, please let me know... Thanks..
Aaron