Created
October 21, 2015 09:03
-
-
Save mrfrostikcz/7ea43713ffcc4380116a to your computer and use it in GitHub Desktop.
Audio (background)
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
<!doctype html> | |
<!--[if lte IE 7 ]><html class="ie ie7"><![endif]--> | |
<!--[if IE 8 ]><html class="ie ie8"><![endif]--> | |
<!--[if IE 9 ]><html class="ie ie9"><![endif]--> | |
<!--[if !IE]><!--><html><!--<![endif]--> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Audio test</title> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width; initial-scale=1.0" /> | |
</head> | |
<body> | |
<object data="http://cdn.online-convert.com/example-file/audio/example.wav" type="audio/mpeg" width="0" height="0"> | |
<param name="filename" value="example.wav"> | |
<param name="autostart" value="1"> | |
<param name="playcount" value="true"> | |
</object> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment