html audio player - Joomla! Forum - community, help and support
hi, trying add html 5 audio player joomla site.
now website gives instructions on how add plugin, not sure , how need add coding.
this website tells me do:
but im stuck dont know need put coding into?
please help
now website gives instructions on how add plugin, not sure , how need add coding.
this website tells me do:
installation
1. put "audio.js", "player-graphics.gif" & "audiojs.swf" in same folder.
2. include audio.js file:
<script src="/audiojs/audio.min.js"></script>
2. initialise audio.js:
<script>
audiojs.events.ready(function() {
var = audiojs.createall();
});
</script>
4. can use <audio> wherever in html:
<audio src="/mp3/juicy.mp3" preload="auto" />
but im stuck dont know need put coding into?
please help
you can make folder/directory in root (public_html)
and name "audiojs"
and put files there
and name "audiojs"
and put files there
Comments
Post a Comment