Hi,
I'm using the last official release (1.2.4) and I've just noticed that Ie7 can't display my video file (.flv) with Flowplayer3 : nothing appears.
Strangely, using ie7 and Flowplayer3 for the slideshow works.
Both work very fine with Firefox.
Can you reproduce that ?
Thank you for your help.
Hi Malte, thank you for your reply.
I've just checked my IE config, Flash player 10 is installed and works fine with the slideshow but I get a warning trying to play a video.
It says that "a string or a number is missing" in the part concerning the style of the Flowplayer "controls".
Here is the code generated by the plugin :
`
flowplayer("player","/zp-core/plugins/flowplayer3/flowplayer.swf", {
plugins: {
controls: {
backgroundColor: "#000000",
autoHide: "always",
timeColor:"#fcfcfc",
durationColor: "#ffffff",
progressColor: "#ffffff",
progressGradient: "low",
bufferColor: "#cccccc",
bufferGradient: "",
sliderColor: "#ffffff",
sliderGradient: "low",
buttonColor: "#cccccc",
buttonOverColor: "#999999"
}
},
canvas: {
backgroundColor: "-1",
},playlist: [
{
url:"/albums/mywonderfulvideo/part01.jpg",
scaling: "orig",
},
{
url:"/albums/mywonderfulvideo/part01.flv",
autoPlay: false,
autoBuffering: true
}
]
});
`
Weird, isn't it ?
Just to say that backgroundColor: "-1" is an option of the player which is supposed to make its background transparent (does'nt work for me but never mind).
Setting a "real" background color (#000000) won't remove the error (I've just tested it).
Thank you for your help.
Flowplayer requires an hex value for the color, not sure about transparent being possible at all. The doc on the fp site is a little confusing at times.
Anyway, I have found a typo in an option and a few commas too much in the js part. It's in the svn. Don't know if that also removes the error because strangely I did not get one with FIrefox/Firebug.