I'm excited about the possibilities of the HTML5 <audio> and <video> tags.
However... if I have a number of videos on a page I don't want to waste bandwidth downloading them all to the user when they may not even want to play them.
Do any of you have tips for working around this? Is there a way to only download the content once the play button is pressed?
It's possible in Flash, so why not with HTML5?