Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1628 How can I preload an animated image, but ensure that it animates once the page has completely loaded?

irt.org | Knowledge Base | JavaScript | Image | Q1628 [ previous next ]

Q1628 How can I preload an animated image, but ensure that it animates once the page has completely loaded?

If you preload the image it will have played by the time it is loaded, therefore Use this to retrigger it:

<body onLoad="if (document.images) document.images['animimg'].src = 'animation.gif?' + Math.random()">

Feedback on 'Q1628 How can I preload an animated image, but ensure that it animates once the page has completely loaded?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.