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 <script> part concerning the style of the Flowplayer "controls".
Here is the code generated by the plugin :
`<span id="player" class="flowplayer" style="display:block; width: 500px; height: 300px;">
</span>
<script>
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
}
]
});
</script>`
Weird, isn't it ?