the playlist don"t loop, an idea ?
thx
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="flowplayer-3.2.4.min.js"></script>
<script type="text/javascript" src="flowplayer.playlist-3.0.8.js"></script>
<div id="leplayer" style="width:250px; height:140px;"></div>
<div class="clips" style="width:0px; height:0px;margin-top:-500px"></div>
<script type="text/javascript">
<!--
$(function() {
flowplayer("leplayer", {wmode: 'transparent', src: 'pub.swf'}, {
key: '#@4b4487515660dd2ea5d',contextMenu: [ {'streamingvideo.pro' : function() {window.open("http://www.streamingvideo.pro",'_blank', '');}}],
play: {opacity: 0},
scaling: 'scale',
autoPlay: false,
clip: {
accelerated: true,
autoBuffering: true,
provider: 'rtmp'
},
playlist: [
{
url: 'http://media.streamingvideo.pro/b7e9q2q7/fms/elles_pub169.mp4.smil'
},
{
url: 'http://media.streamingvideo.pro/b7e9q2q7/fms/TEMPSDEVIVRE-15S.mp4.smil'
},
{
url: 'http://media.streamingvideo.pro/b7e9q2q7/fms/PUB-numerisation-15S.mp4.smil'
}
],
plugins: {
smil: { url: 'flowplayer.smil-3.2.1.swf' } ,
rtmp: { url: 'flowplayer.rtmp-3.2.3.swf' },
controls: { autoHide: 'never'}
}
}).playlist("div.clips",{loop:true});
});
//-->
</script>