Created
July 7, 2015 06:41
-
-
Save Hiromi-Kai/9d93a2c910134f5c81cc to your computer and use it in GitHub Desktop.
html5media test on IE8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[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