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:
parent
4a70227ca2
commit
b13924ccf2
@ -54,6 +54,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
|
|||||||
"bgcolor", "#869ca7",
|
"bgcolor", "#869ca7",
|
||||||
"name", "BigBlueButton",
|
"name", "BigBlueButton",
|
||||||
"wmode", "transparent",
|
"wmode", "transparent",
|
||||||
|
"onfocus", "clearblink();",
|
||||||
"allowScriptAccess","sameDomain",
|
"allowScriptAccess","sameDomain",
|
||||||
"allowFullScreen","true",
|
"allowFullScreen","true",
|
||||||
"type", "application/x-shockwave-flash",
|
"type", "application/x-shockwave-flash",
|
||||||
@ -71,6 +72,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
|
|||||||
"quality", "high",
|
"quality", "high",
|
||||||
"bgcolor", "#869ca7",
|
"bgcolor", "#869ca7",
|
||||||
"wmode", "transparent",
|
"wmode", "transparent",
|
||||||
|
"onfocus", "clearblink();",
|
||||||
"name", "BigBlueButton",
|
"name", "BigBlueButton",
|
||||||
"allowScriptAccess","sameDomain",
|
"allowScriptAccess","sameDomain",
|
||||||
"allowFullScreen","true",
|
"allowFullScreen","true",
|
||||||
|
Loading…
Reference in New Issue
Block a user