Hello,
i'm very glad to built my script for implementing the flowplayer on my side, but there is still one problem left - a white borderline on top and on the bottom of the clip. I made a screenshot:
http://www.medi-web.de/whiteline.jpg
and here is my code:
i'm very glad to built my script for implementing the flowplayer on my side, but there is still one problem left - a white borderline on top and on the bottom of the clip. I made a screenshot:
http://www.medi-web.de/whiteline.jpg
and here is my code:
<a id="player" style="width:512px;height:290px;display:block;"></a>
<script language="JavaScript">
flashembed("player", "flowplayer/flowplayer-3.1.5.swf",
{config: {
clip: {
url: 'video1/schuh01.flv',
autoPlay: false,
scaling: 'fit',
autoBuffering: true
},
plugins: {
controls: {
url: 'flowplayer/flowplayer.controls-3.1.5.swf',
height:20,
play:true,
volume:false,
mute:false,
time:false,
stop:false,
autoHide:'always',
playlist:false,
fullscreen:true,
fontColor: '#ffffff'
}
}
}});
</script>
I hope someone can help me in that case.
Max