I am using this below code. MP3 audio playing successfully .
But why not prev next control coming ?
and why the primary: "html5" not working. i want to play it in JW Html5 player not in flash player. why the flash player is coming?
Thank you for your support.
updated fiddle link http://jsfiddle.net/naresh_kumar/MFs9h/
Thank you for your support.
<div id='jwplayer-1'>jwplayer-1</div>
<script type="text/javascript">
if (typeof (jQuery) == "function") {
(function ($) {
$.fn.fitVids = function () {}
})(jQuery)
};
jwplayer('jwplayer-1').setup({
"height": 106,
"width": 480,
"stretching": "fill",
"primary": "html5",
"listbar": {
"position": 'bottom',
"size": 80
},
"playlist": [{
image: "vtts/wizard.gif", file: "http://128f1.downloadming1.com/bollywood%20mp3/Dhoom%203%20(2013)/01%20-%20Malang%20-%20DownloadMing.SE.mp3", title: "Dhoom 3-1"
},{
image: "vtts/wizard.gif", file: "http://128f1.downloadming1.com/bollywood%20mp3/Dhoom%203%20(2013)/02%20-%20Kamli%20-%20DownloadMing.SE.mp3", title: "Dhoom 3-2"
},{
image: "vtts/wizard.gif", file: "http://128f1.downloadming1.com/bollywood%20mp3/Dhoom%203%20(2013)/03%20-%20Tu%20Hi%20Junoon%20-%20DownloadMing.SE.mp3", title: "Dhoom 3-3"
},{
image: "vtts/wizard.gif", file: "http://128f1.downloadming1.com/bollywood%20mp3/Dhoom%203%20(2013)/08%20-%20Dhoom%20Machale%20Dhoom%20(Arabic)%20-%20DownloadMing.SE.mp3", title: "Dhoom 3-4"
}]
});
</script>