Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Created August 22, 2012 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themorgantown/3430611 to your computer and use it in GitHub Desktop.
Save themorgantown/3430611 to your computer and use it in GitHub Desktop.
<!-- Try HTML 5 playback first. -->
<audio width="400" controls="controls">
<source src="http://tumultco.com/misc/static/audio/04Shakedownst.steves.ogg" type="audio/ogg"> <!-- Firefox and Chrome -->
<source src="http://tumultco.com/misc/static/audio/04Shakedownst.steves_vbr.mp3" type="audio/mpeg"> <!-- Safari and iPhone -->
<!-- Windows Media Player class id to enable native streaming on IE 7 and above. IE 6 and below will go straight to flash player -->
<!--[if gt IE 6]>
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="320" height="45"><!
[endif]-->
<!--[if !IE]><!-->
<object type="audio/mpeg" data="http://tumultco.com/misc/static/audio/04Shakedownst.steves_vbr.mp3">
<!--<![endif]-->
<!-- Windows Media Player controls -->
<param name="url" value="http://tumultco.com/misc/static/audio/04Shakedownst.steves_vbr.mp3">
<param name="autostart" value="false">
<param name="uiMode" value="full">
<!-- Flash fallback -->
<object height="24" width="320" type="application/x-shockwave-flash" data="http://tumultco.com/misc/static/audio/player.swf" id="audioplayer">
<param name="movie" value="http://tumultco.com/misc/static/audio/player.swf">
<param name="FlashVars" value="playerID=audioplayer&amp;soundFile=http://tumultco.com/misc/static/audio/04Shakedownst.steves_vbr.mp3">
<!-- Fallback image when nothing works -->
<img class="" src="http://tumultco.com/misc/static/audio/128.jpg" width="128" height="128" alt="Title" title="No audio playback capabilities, please download the audio below">
</object><!--[if gt IE 6]><!-->
</object><!--<![endif]-->
</audio>
<!-- Download links outside the audio tag -->
<p>Download Audio: <br><a href="http://tumultco.com/misc/static/audio/04Shakedownst.steves_vbr.mp3">MP3 Format</a> | <a href="http://tumultco.com/misc/static/audio/04Shakedownst.steves.ogg">OGG Format</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment