2012-08-06 06:14:01 +08:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
|
<head>
|
|
|
|
<title></title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
html, body, #content { height:100%; }
|
|
|
|
body { margin:0; padding:0; overflow:hidden; }
|
|
|
|
#altContent { /* style alt content */ }
|
|
|
|
</style>
|
|
|
|
<script type="text/javascript" src="swfobject/swfobject.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
swfobject.registerObject("BigBlueButton", "11", "expressInstall.swf");
|
|
|
|
</script>
|
|
|
|
<script src="lib/jquery-1.5.1.min.js" language="javascript"></script>
|
|
|
|
<script src="lib/bigbluebutton.js" language="javascript"></script>
|
|
|
|
<script src="lib/bbb_localization.js" language="javascript"></script>
|
|
|
|
<script src="lib/bbb_blinker.js" language="javascript"></script>
|
2016-10-13 05:46:40 +08:00
|
|
|
<script src="lib/bbb_screenshare.js" language="javascript"></script>
|
2012-08-06 06:14:01 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="controls"/>
|
|
|
|
<div id="content">
|
|
|
|
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="BigBlueButton" name="BigBlueButton" align="middle">
|
|
|
|
<param name="movie" value="BigBlueButton.swf?v=VERSION" />
|
|
|
|
<param name="quality" value="high" />
|
|
|
|
<param name="allowfullscreen" value="true" />
|
|
|
|
<param name="bgcolor" value="#869ca7" />
|
|
|
|
<param name="wmode" value="window" />
|
|
|
|
<!--[if !IE]>-->
|
|
|
|
<object type="application/x-shockwave-flash" data="BigBlueButton.swf?v=VERSION" width="100%" height="100%" align="middle">
|
|
|
|
<param name="quality" value="high" />
|
|
|
|
<param name="bgcolor" value="#869ca7" />
|
|
|
|
<!--<![endif]-->
|
|
|
|
<a href="http://www.adobe.com/go/getflashplayer">
|
2015-09-10 23:53:36 +08:00
|
|
|
<img src="//www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
|
2012-08-06 06:14:01 +08:00
|
|
|
</a>
|
|
|
|
<!--[if !IE]>-->
|
|
|
|
</object>
|
|
|
|
<!--<![endif]-->
|
|
|
|
</object>
|
|
|
|
</div>
|
|
|
|
<div id="notifications" aria-live="polite" role="region" aria-label="Chat Notifications"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|