My favorites | Sign in
Logo
             
Search
for
Updated Jul 03, 2009 by aavindraa
Labels: Release
0993  

0.99.3

Re-added true720p, and total blackness feature

	true720p : new Array("True 720p", false, "Leave this on for all HD videos to load as 720p videos-- in 720p. bigMode must be on with this too."),
	utterBlack : new Array("Total Black", false, "This will make cinema mode opaque black, as opposed to trasparent black."),

Adjusted padding on the version number in options dialog

 #version {
 	float : right;
 	padding-left: 7px !important;
 	padding-right: 3px; 

Fixed cinema mode rendering bug

var playerCont=$("watch-player-div");
playerCont.style.position = "inherit";
player.style.position = "relative";
player.style.zIndex = 9000;

Minor style changes

player[(player.getPlayerState()==1 ? "pause" : "play") + "Video"]();

Changed wmode from opaque

player.setAttribute("wmode", "transparent");
}}}</li>

Sign in to add a comment
Hosted by Google Code