|
<div style="width:625px;height:450px;" id="player"></div>
<script language="JavaScript">
flowplayer("player", "/flowplayer/flowplayer-3.1.5.swf", {
plugins: {
content: {
url: '/flowplayer/flowplayer.content-3.1.0.swf',
bottom: 40,
left:83,
width: 260,
height:30,
// styling
backgroundColor:'#000000',
backgroundGradient:'low',
borderRadius:'0',
borderColor:'#222222',
align:'center',
opacity:0
} ,
{adplugins}
},
playlist: [
{preroll}
{
{adclip}
url: '{video_file}',
onStart: function() {
this.getControls().show();
}
}
{postroll}
],
clip: {
autoPlay: true,
autoBuffering: true
}
});
</script>
|