jPlayer
jPlayer copied to clipboard
FLV repeated bug
This is my code:
$("#jquery_jplayer_1").jPlayer({
ready: function() {
$(this).jPlayer("setMedia", {
title: "mytitle",
flv: "myvideo.flv"
}).jPlayer("play");
},
ended: function() {
$(this).jPlayer("play");
},
swfPath: "mypath",
supplied: "flv",
size: {
width: 760,
height: 612,
cssClass: "jp-video"
},
});
When run in the browsers, the video repeated several times, then stoped, sometimes stucked when playing. But mp4 file is smooth, is it a bug?