bigbluebutton-Github/bigbluebutton-client/html-template/index.template.html
2008-07-03 14:17:06 +00:00

30 lines
834 B
HTML

<!-- saved from url=(0014)about:internet -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Big Blue Button</title>
<script src="AC_OETags.js" language="javascript"></script>
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<style>
body { margin: 0px; overflow:hidden }
</style>
</head>
<body scroll="no">
<div id="flashcontent">
You need to have the Flash Player installed to use BigBlueButton.
</div>
<script type="text/javascript">
var so = new SWFObject("BigBlueButton.swf", "main", "100%", "100%", "9.0.115", "#336699");
so.addVariable("red5Host", "present.carleton.ca");
so.addVariable("presentationHost", "present.carleton.ca");
so.write("flashcontent");
</script>
<div id="phone">
</div>
</body>
</html>