Hi,
If you have a look at this site: http://www.hbo.com/biglove/index.html you will find a flash movies in header. before the movie starts we can the background. how can i achieve same functionality in JW Player?
is it the default picture?
can i also achieve mouse over functionality just like the one used in that page?
thanks in anticipation.
Regards,
Haris
Let me be more precise that I just want that before the movie is played the background should be visible.
I tried to create a transparent image and set it in image flashvar but the background is still black.
wmode is also transparent.
this is the code I am using:
var s1 = new SWFObject("videos/player.swf","ply","427","260","9");
s1.addParam("allowfullscreen","false");
s1.addParam("wmode", "transparent");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=trailersmall.mov&fullscreen=false&autostart=false&icons=false&controlbar=over&image=images/player-bg.png");