My favorites | Sign in
Logo
             
Search
for
Updated Aug 19, 2009 by aavindraa
Labels: Release
v111  

1.1.1

On videos with warnings, autoplay is NOT honored

Fixed 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 page

Two part fix:

player.style.position = "relative";

and

if(!player.isMuted) player.src += "";

Comment by starsky182, Aug 19, 2009

Thanks for all the information :D


Sign in to add a comment
Hosted by Google Code