Hello
I have flowplayer that will play pictures for 2 second. During playing, if you click on a link navigate to different page or refresh the page, I get "line 49 unspecified error" . There is nothing on line 49. This error occur on IE 7. It works fine on FireFox.
The code is below
flowplayer("player", "/flowplayer/flowplayer-3.1.0.swf", {
clip: {autoPlay:true, autoBuffering:true, duration: 2},
playlist: ["/image/bg/sovath.png",
"/image/bg/sophear.jpg",
{url:"/image/bg/ranuth.png"}
]
});
This error occur only if you play images. If you play mp3 or mp4, I don't get any error.
The url
http://club.khmer.org/kit.php
Thank you in advance to your help.
I just want to know when are going to have a correct version to play pictures. I tested your example on this web site. I get the same error.
The error occur while it is playing the images, click a link to navigate to different page. You will get javascript error.