xataku_nakusute
08-15-2003, 03:36 AM
the subject explains all
|
Click to See Complete Forum and Search --> : preloading multiple imgs xataku_nakusute 08-15-2003, 03:36 AM the subject explains all AdamGundry 08-15-2003, 05:01 AM You can just create multiple image objects, like this: var Image1 = new Image(); Image1.src = 'img1.gif'; var Image2 = new Image(); Image2.src = 'img2.gif'; Adam webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |