webryder
09-05-2004, 02:48 PM
The script works well but the images don't preload so there is a jump instead of a smooth transition when you switch images. When I try to add a "preload image" script, it interferes with another script I'm using for dropdown menus that involves frames. The preload images script is as follows:
<script language="javascript" src="progressbar.js">
/*
Preload Image (w/ progress bar) script II (By BGAudioDr@aol.com, http://www.bgaudiodr.iwarp.com/)
Script featured on Dynamicdrive.com
For full source, TOS, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
*/
</script>
The script it interferes with is loaded in the body tag:
<body onload="javascript:{if(parent.frames[0]&&parent.frames['MyFrameOne'].Go)parent.frames['MyFrameOne'].Go()}">
The actual pages can be found in my "Galleria of Images" link on my homepage at www.applechevy.com. Is there a way to preload the images so they transition smoothly instead of jumping but without interfering with the other script? Help!
<script language="javascript" src="progressbar.js">
/*
Preload Image (w/ progress bar) script II (By BGAudioDr@aol.com, http://www.bgaudiodr.iwarp.com/)
Script featured on Dynamicdrive.com
For full source, TOS, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
*/
</script>
The script it interferes with is loaded in the body tag:
<body onload="javascript:{if(parent.frames[0]&&parent.frames['MyFrameOne'].Go)parent.frames['MyFrameOne'].Go()}">
The actual pages can be found in my "Galleria of Images" link on my homepage at www.applechevy.com. Is there a way to preload the images so they transition smoothly instead of jumping but without interfering with the other script? Help!