For mp3 audio file play you need below plugin swf & js file.
flowplayer.controls-3.2.14.swf
flowplayer.audio-3.2.10.swf
flowplayer-3.2.15.swf
flowplayer-3.2.6.min.js
and here is the sample code snippet to play mp3 audio file which in document library....
<< script type="text/javascript" src="/video-portlet/js/flowplayer-3.2.6.min.js"></script>
<< a href="http://localhost:8080/documents/10180/f7804b0c-9001-4f59-a7b2-45dcbceae8ca" style="display:block;width:520px;height:330px" id="unsecure">
</a>
<< script type="text/javascript">
$f("unsecure", "/video-portlet/flowplayer-3.2.15.swf",
{
plugins: {
controls: {
fullscreen: true,
height: 30,
autoHide: false
},
audio: {
url: '/video-portlet/flowplayer.audio-3.2.10.swf'
}
},
clip: {
provider: "audio"
}
}
);
</script>
NOTE: "http://localhost:8080/documents/10180/f7804b0c-9001-4f59-a7b2-45dcbceae8ca" is a document library file url.
No comments:
Post a Comment