
Problems setting background colour to white
My videos are white background and I would like the player to show a white background. I have 2 questions around this I'm hoping I can get help with:
Question 1:
When I use swfobject.embedSWF with "'bgcolor' : '#ffffff'" it works but when I use:
jwplayer('videoDiv').setup({id : 'player1'
,flashplayer : '/swf/player.swf',
,file : '/mov/letsGo.mp4'
,backcolor : 'FFFFFF'
,screencolor : 'FFFFFF'
}
)
it first displays a black background and only then goes white which creates an annoying flickering effect. How can I get it to display white immediately?
Question 2:
In the documentation I see on the site it seems to say that backcolor is only applicable to flash and indeed I only see white in flash - if html5 then it shows as a black background. How does one achieve white background for html5?