Forcing a sound clip to load last

L

Les Juby

Hi

A clint has insisted we load a babbling brook sound clip to his home
page but it needs to load last to avoid delays in loading images and
other elements.

Simply declaring it at page bottom doesn't help much. Tried a few
code snips found here and there but with lirrle success.

Pretty bog standard coding, and the requirement is for IE-6
compatibility minimum.

Any suggestions please.?

thanks

.les.
 
M

McKirahan

Les Juby said:
Hi

A clint has insisted we load a babbling brook sound clip to his home
page but it needs to load last to avoid delays in loading images and
other elements.

Simply declaring it at page bottom doesn't help much. Tried a few
code snips found here and there but with lirrle success.

Pretty bog standard coding, and the requirement is for IE-6
compatibility minimum.

Any suggestions please.?

thanks

.les.

Have you tried this?

<body onload="your_function()">

EVENT HANDLER: onload
http://www.devguru.com/Technologies/ecmascript/quickref/evhan_onload.html

"The onload event handler executes the specified JavaScript code or function
on the occurance of a Load event. A Load event occurs when the browser
finishes loading a window or all the frames in a window."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top