You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

A white line on top and bottom Created Nov 17, 2009

This thread is solved

Views: 2428     Replies: 8     Last reply Aug 7, 2011  
You must login first before you can use this feature

paulmaximum

Posts: 12

Registered:
Nov 15, 2009

A white line on top and bottom

Posted: Nov 17, 2009

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:


<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

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» A white line on top and bottom

Posted: Nov 17, 2009

Reply to: A white line on top and bottom, from paulmaximum
Its hard to tell without seeing a test page. It looks like it could be video padding related but I'm really just guessing here.

If the test setup is in a private section is it possible to check out the clip via a download url or something?

I don't see anything in the config that would do that unless the canvas is white. You could try adding the below code.


canvas: {
        backgroundColor: '#000000',
        backgroundGradient: 'none'
        }

paulmaximum

Posts: 12

Registered:
Nov 15, 2009

» » A white line on top and bottom

Posted: Nov 17, 2009

Reply to: » A white line on top and bottom, from edge
This works fine, when the bg is black but i fixed the problem instead.

I made a mistake with the video size. The original size is 1280 x 720 and I converted it to 512 x 290 (correct is 512 x 288).

))-;

There are so many ways to make mistakes, but one the other hand, a lot of people with good ideas...

THX a lot
Max

verdur0211

Posts: 4

Registered:
Mar 30, 2011

A white line on top and bottom

Posted: Apr 4, 2011

Reply to: » » A white line on top and bottom, from paulmaximum
I have puts white text on a transparent black background by using following code.
subtitles: {
url: "/includes/flowplayer.content-3.1.0.swf",
bottom: 20,
width: '100%',
height: 50,
backgroundColor: 'transparent',
backgroundColor: '#000000',
backgroundGradient: 'none',
border: 0,
borderRadius: 0,
textDecoration: 'outline',
style: {
'body': {
fontSize: '15',
fontFamily: 'Arial',
textAlign: 'center',
color: '#ffffff'
}
}
fruta online

hever

Posts: 6

Registered:
Mar 23, 2010

» » A white line on top and bottom

Posted: Mar 23, 2010

Reply to: » A white line on top and bottom, from edge
Hello,

I've the same Problem:
http://img401.imageshack.us/img401/5457/screenshotoz.png

I tried to change the backgroundColor of canvas but this did not help. (It did not change.) If I set for example the canvas border I'm getting such results:
http://img52.imageshack.us/img52/9146/screenshot2g.png

I already took a look at the skinning documentation:
http://flowplayer.org/documentation/skinning/

da_psycho

Posts: 7

Registered:
Apr 30, 2010

» A white line on top and bottom

Posted: Jan 10, 2011

Reply to: A white line on top and bottom, from paulmaximum
no solve?