I've started having my first look at the changes for HTML 5. I'm getting annoyed with the new audio element though. I'm just using a simple set up:
<audio controls="controls">
<source src="song.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>
Whenever a page with this code in the audio file always auto-loads. This is pretty useless. If I have a page with a good number of audio elements my bandwidth will get sucked up!
Does anyone here know of a way to stop the file from auto loading?
Question
Maximum Error
I've started having my first look at the changes for HTML 5. I'm getting annoyed with the new audio element though. I'm just using a simple set up:
Whenever a page with this code in the audio file always auto-loads. This is pretty useless. If I have a page with a good number of audio elements my bandwidth will get sucked up!
Does anyone here know of a way to stop the file from auto loading?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts