| Article: |
Build a Simple MP3 Player for Your Site | |
| Subject: | Preventing Browsers from Automatically Downloading Embedded MP3s | |
| Date: | 2007-07-04 23:03:00 | |
| From: | theJoshMeister | |
|
I only want my embedded MP3s to start downloading *after* I click on the play button. (I want to have several embedded mini-players on the same page, which makes this especially important; it's a huge waste of bandwidth for several MP3s to download at once.) Is there any way to prevent embedded MP3s from downloading automatically when the page loads?
|
||
Showing messages 1 through 2 of 2.
-
Preventing Browsers from Automatically Downloading Embedded MP3s
2007-07-05 11:52:12 David Battino |
[Reply | View]




I’ve explored two alternatives. This one (http://digitalmedia.oreilly.com/2007/06/08/web-audio-javascript-tricks.html) embeds a player right in front of the link when a visitor clicks the link.
This one (http://digitalmedia.oreilly.com/2006/09/29/two-slick-quicktime-tricks.html?page=2) “unhides” the player when the link is clicked.