pipinlink / flv-flash-fullscreen-video-player

Automatically exported from code.google.com/p/flv-flash-fullscreen-video-player
0 stars 0 forks source link

Support of IE6 #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello and thanks for this great player.

I am using it on a project where IE6 support is required. I've noticed 3 
problems with IE6:

* The skin files path is relative to the current file and not from the player. 
Imagine your page url is /blabla/ and the player is loaded under /static/, the 
defaultskin.sfw url is /blabla/skins/defaultskin.sfw. It is ok in Firefox. Not 
very critical for me, I've a workaround for this.

* The following js code doesn't work:

$(".video").live('mouseover', function() {
    var player = swfobject.getObjectById("videoCanvas");
    playervars.autoplay = true;
    player.updatePlayer(playervars); //In IE6 updatePlayer is unknown
});

Do you know have any solution for this?

Original issue reported on code.google.com by luc.jean@gmail.com on 30 May 2012 at 9:45

GoogleCodeExporter commented 8 years ago
oups: only noticed only 2 problems. Sorry for typo (The 3rd one is not linked 
to IE6 and I will enter a new defect)

Original comment by luc.jean@gmail.com on 30 May 2012 at 9:46