Skip to content

Instantly share code, notes, and snippets.

@mrfrostikcz
Created October 21, 2015 09:03
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 mrfrostikcz/7ea43713ffcc4380116a to your computer and use it in GitHub Desktop.
Save mrfrostikcz/7ea43713ffcc4380116a to your computer and use it in GitHub Desktop.
Audio (background)
<!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