Preloading images
May 3, 2012 12:00 AM
Is there any way to preload all your images?
I export the modules to SCORM.
Thanks in advance!
Discussion (1)
@ssneg 45661 wrote:
You can try putting all your images on page one, resizing them to a small square and covering it with a white rectangle. Then the browser will try to fetch all the images from the server at once. Depending on users' estimated connection speed, add an OnTimer action to go to the next page and add a "loading..." text in the screen centre.
Or, you can make a JS function that reads the imsmanifest and fetches all images from its file list.
Is there a way to and an OnTimer when all the images have loaded on screen it will automatically move forward. This process will obviously based on the users internet speed.
Or is there a way of using JavaScript to load the images and if so what would you be calling from the imsmanifest file?
Cheers
Discussions have been disabled for this post