Jump to Content

RSS Feeds:

Posts | Comments

http://ivanwlam.com/experiments/programming

One Response to “Video and Audio Tags”

  1. [...] <video> and <audio> tags – which are available for HTML 5, which Safari 4 supports [...]

Leave a Reply


Example

My creepy hand:

Below is the audio:

HTML in Example

 <p>My creepy hand:  <br /><video src="http://ivanwlam.com/experiments/files/programming/2009/090620-safariWebkitBasics/090620M-400x300.mov" controls>Your browser does not support the video tag of HTML5. You can view the video in Safari 4. This is the area where your fallback code should appear if you provide it.</video></p>  <p>Below is the audio:  <br /><audio src="http://ivanwlam.com/experiments/files/programming/2009/090620-safariWebkitBasics/090620M-audio.wav" controls>Your browser does not support the audio tag. You can hear the audio in Safari 4. This is the area where your fallback code should appear if you provide it.</audio></p>