- remove flashvars (line 75) as it causes the flash clinet not to display

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1910 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-07-17 17:52:29 +00:00
parent f746add4af
commit 799c4222e3
2 changed files with 0 additions and 2 deletions

View File

@ -72,7 +72,6 @@ if ( hasProductInstall && !hasRequestedVersion ) {
"quality", "high",
"bgcolor", "#869ca7",
"name", "BigBlueButton",
"flashvars",'historyUrl=history.htm%3F&lconid=' + lc_id + '',
"allowScriptAccess","sameDomain",
"allowFullScreen","true",
"type", "application/x-shockwave-flash",

View File

@ -72,7 +72,6 @@ if ( hasProductInstall && !hasRequestedVersion ) {
"quality", "high",
"bgcolor", "${bgcolor}",
"name", "${application}",
"flashvars",'historyUrl=history.htm%3F&lconid=' + lc_id + '',
"allowScriptAccess","sameDomain",
"allowFullScreen","true",
"type", "application/x-shockwave-flash",