Hello all,
I have a problem when try to load a video with Internet Explorer and "flowplayer-3.2.3-0.swf"
I have this : error #1009 : clip:['clip'] "null"
my sample code :
Any idea ?
Thanks a lot,
Best regards.
Inazo.
I have a problem when try to load a video with Internet Explorer and "flowplayer-3.2.3-0.swf"
I have this : error #1009 : clip:['clip'] "null"
my sample code :
$("#"+IdVideoZone).flowplayer(
{
src: "flowplayer-3.2.3-0.swf"},{
playlist: [
// this first PNG clip works as a splash image
{
url: VideoPreview,
width:569,
height:319
},
// second clip is a video. when autoPlay is set to false the splash screen will be shown
{
url: VideoPath,
autoPlay: false,
// video will be buffered when splash screen is visible
autoBuffering: false
}
]
}
Any idea ?
Thanks a lot,
Best regards.
Inazo.