I everybody,
I need help ! The control bar of JWplayer (play, stop ...) doesn't appear in Safari. I don't understand why it isn't work !
It is work on Chrome, IE, Firefox, Android, Iphone ... BUT not on safari ! Thank you for help!
I have this code :
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "http://www.xoxox.com/xoxox/big_buck_bunny.mp4",
"controls": true,
skin: {
name: "glow"
}
});
↧