bigbluebutton-Github/bigbluebutton-client/html-template/history.htm
Richard Alam e1a9c53c01 move into trunk to use as development
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@664 af16638f-c34d-0410-8cfa-b39d5352b314
2008-11-05 14:52:33 +00:00

21 lines
1.2 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type='text/javascript' language='JavaScript1.2' charset='utf-8'>
var v = new top.Vars(top.getSearch(window));
var fv = v.toString('$_');
</script>
</head>
<body >
<script type='text/javascript' language='JavaScript1.2' charset='utf-8'>
document.writeln('<object id=\"utility\" name=\" \" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"" + activexDownloadURL + "#version=7,0,14,0\" width=\"100\" height=\"50\">');
document.writeln('<param name=\"movie\" value=\"history.swf\" />');
document.writeln('<param name=\"FlashVars\" value=\"'+fv+'&$_lconid='+top.lc_id+'\"/>');
document.writeln('<param name=\"quality\" value=\"high\" />');
document.writeln('<param name=\"bgcolor\" value=\"#FFFFFF\" />');
document.writeln('<param name=\"profile\" value=\"false\" />');
document.writeln('<embed id=\"utilityEmbed\" name=\"history.swf\" src=\"history.swf\" type=\"application/x-shockwave-flash\" flashvars=\"'+fv+'&$_lconid='+top.lc_id+'\" profile=\"false\" quality=\"high\" bgcolor=\"#FFFFFF\" width=\"100\" height=\"50\" align=\"\" pluginspage=\"" + pluginDownloadURL + "\"></embed>');
document.writeln('</object>');
</script>
</body>
</html>