Fixed the focus issue with IE

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4047 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
DJP 2010-03-29 17:34:55 +00:00
parent 4a70227ca2
commit b13924ccf2

View File

@ -54,6 +54,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
"bgcolor", "#869ca7",
"name", "BigBlueButton",
"wmode", "transparent",
"onfocus", "clearblink();",
"allowScriptAccess","sameDomain",
"allowFullScreen","true",
"type", "application/x-shockwave-flash",
@ -71,6 +72,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
"quality", "high",
"bgcolor", "#869ca7",
"wmode", "transparent",
"onfocus", "clearblink();",
"name", "BigBlueButton",
"allowScriptAccess","sameDomain",
"allowFullScreen","true",