Skip to content

Instantly share code, notes, and snippets.

@Hiromi-Kai
Created July 7, 2015 06:41
Show Gist options
  • Save Hiromi-Kai/9d93a2c910134f5c81cc to your computer and use it in GitHub Desktop.
Save Hiromi-Kai/9d93a2c910134f5c81cc to your computer and use it in GitHub Desktop.
html5media test on IE8
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="http://api.html5media.info/1.1.8/html5media.min.js"></script>
<![endif]-->
<!-- work -->
<audio id="audio_test" preload controls >
<source src="http://media.html5media.info/audio.mp3" />
</audio>
<!-- don't work -->
<audio id="audio_test2" preload controls >
<source src="http://media.html5media.info/audio.mp3?a=1&b=2" />
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment