Hi,
I am having a black border appearing around my player although there is no black border in the original video.
The video is located here:
www.talk-hamburg.de/indexvideo.php
The source video is 450 x 360. When I adjust the size of the player it seems to leave a black border on the top and on the left edges, no matter what the size.
The code I am using is this (this is the only type of coding that seems to work for me with flowplayer - I am a beginner at coding but I could manage to add an additonal parameter):
I am having a black border appearing around my player although there is no black border in the original video.
The video is located here:
www.talk-hamburg.de/indexvideo.php
The source video is 450 x 360. When I adjust the size of the player it seems to leave a black border on the top and on the left edges, no matter what the size.
The code I am using is this (this is the only type of coding that seems to work for me with flowplayer - I am a beginner at coding but I could manage to add an additonal parameter):
<object id="flowplayer" width="440" height="350" data="http://www.talk-hamburg.de/flowplayer/flowplayer-3.1.5.swf"
type="application/x-shockwave-flash">
<param name="movie" value="http://www.talk-hamburg.de/flowplayer/flowplayer-3.1.5.swf" />
<param name="allowfullscreen" value="false" />
<param name="border" value="none" />
<param name="outline" value="none" />
<param name="flashvars"
value='config={"clip":"http://www.talk-hamburg.de/Video/00_Intro_Trailer/01_Talk_Hamburg_Juicebox_Trailer.mov"}' >
</object>
Very grateful for any help you can give me.
Cheers,
Steve