vendredi 19 décembre 2014

Audio,js autoplay pause button does not work

I really like simplicity of audio,js plugin and it fit my needs very well, only one problem is that when set to autoplay Pause button do not work. This happens in Chrome and FF. It works fine in IE. Please check official example:


http://ift.tt/1wLfOba


If you try to pause autoplayed example it will not work. Trie## Heading ##d to do may things even to contact developer who did the script so far no luck.



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test 3 - audio.js</title>
<style>
p { clear: both; }
</style>
<script src="../audiojs/audio.js"></script>
<script>
audiojs.events.ready(function() {
audiojs.createAll();
});
</script>
</head>
<body>
<h1>audiojs.create(element, settings)</h1>
<p>preload="none"</p>
<audio src="http://ift.tt/1lukZDS" preload="none"></audio>
<p>autoplay="autoplay"</p>
<audio src="http://ift.tt/1lukZDS" autoplay></audio>
<p>loop="loop"</p>
<audio src="http://ift.tt/1lukZDS" loop></audio>
</body>
</html>


Any help ?


thank you !


Aucun commentaire:

Enregistrer un commentaire