|
v111
1.1.1On videos with warnings, autoplay is NOT honoredFixed by checking autoplay settings and forcing them to user's choice. else if(opts.autoplay) swfArgs.autoplay="1"; Control bar is broken when you scroll down on the pageTwo part fix: player.style.position = "relative"; and if(!player.isMuted) player.src += ""; |
Sign in to add a comment
Thanks for all the information :D