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
Original issue reported on code.google.com by
luc.jean@gmail.com
on 30 May 2012 at 9:45