This is a discussion on "How do you make mp3 preload sequentially?" within the Starting Out section. This forum, and the thread "How do you make mp3 preload sequentially? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How do you make mp3 preload sequentially?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I need to embed some MP3 files into my website ( http://www.rpwsj.com : podcasts/talk shows). I would like to have them preloaded for performance reasons, but it needs to be done sequentially not all at once to be nice to the user's bandwidth.
What I need is to be able to start preloading the next immediately after the previous one has completed. How can I determine when one embedded MP3 has finished downloading so that I can have the page start the next one? Is there some other way of doing this? |
|
|
|
|||
|
Re: How do you make mp3 preload sequentially?
Quote:
http://javascript.internet.com/forms...-function.html |
|
||||
|
Re: How do you make mp3 preload sequentially?
document.image.complete;
It's not auto complete or anything, but I can't find any tutorials on it for you... If you're interested in learning JS, the JavaScript Bible is awesome. Comes with a PDF version of the book too so you can search for things on your computer without having to turn pages. |
![]() |
| Tags |
| mp3 |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Should I preload these images | thewebkid | JavaScript Forum | 5 | Dec 27th, 2007 19:19 |
| preload isn't working | Jimmyjazz | JavaScript Forum | 6 | Jan 6th, 2007 04:44 |
| IE6 image preload problem | glesig | JavaScript Forum | 2 | Oct 30th, 2006 12:59 |
| Preload Flash Video | Paula | Flash & Multimedia Forum | 23 | Oct 13th, 2006 17:48 |
| Free movieclip/preload clip | Paula | Flash & Multimedia Forum | 1 | Oct 12th, 2006 19:30 |