JDLenner
June 9th, 2003, 08:28 AM
Hi,
I tried searching this forum for "JPEG preloading" but didn't find the answer to my problem.
Basically my code at the beginning of the movie queries the server for the file names of jpeg files that are to be loaded into sequential frames. The reason is that the user can enter file names into a database and the application plays them back without the user having to do any flash programming.
Currently, my code is using a preloader in each frame along with some additional code to center the picture etc.
This is fine *but* I need all of the jpegs to load before the movie starts, not when the play head gets to each frame. I can't have any delay from one frame to the next. Delay in the beginning of the movie is ok.
Can anyone help me with a method to dynamically load these jpegs completely before the movie starts playing?...once loaded they must be available for any frame to call immediately.
Thanks
I tried searching this forum for "JPEG preloading" but didn't find the answer to my problem.
Basically my code at the beginning of the movie queries the server for the file names of jpeg files that are to be loaded into sequential frames. The reason is that the user can enter file names into a database and the application plays them back without the user having to do any flash programming.
Currently, my code is using a preloader in each frame along with some additional code to center the picture etc.
This is fine *but* I need all of the jpegs to load before the movie starts, not when the play head gets to each frame. I can't have any delay from one frame to the next. Delay in the beginning of the movie is ok.
Can anyone help me with a method to dynamically load these jpegs completely before the movie starts playing?...once loaded they must be available for any frame to call immediately.
Thanks