Load Order?

D

Don

Is there a way to organize how things load onto a web page?
Specifically, I have a 60 sec clip of music, in MP format. What happens now
is the page graphics load and then the music loads. Some people may not
hear the music because they didn't give it time to load.
Is there a way that I can get the music to be the first thing that loads on
the page or at least make it loads before the page is completely loaded?
Thanks,
Don............
 
M

Murray

Things are fetched from the server in the order in which they are listed in
the page's code from <html> to </html>. They arrive at the local browser,
hence appear on your page, in an order dependent on their size (weight), and
net congestion. Combine all of those factors and you get "No".
 

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

Top