90d0574f58
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@127 af16638f-c34d-0410-8cfa-b39d5352b314
30 lines
814 B
HTML
30 lines
814 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", "localhost");
|
|
so.addVariable("presentationHost", "localhost");
|
|
so.write("flashcontent");
|
|
</script>
|
|
<div id="phone">
|
|
</div>
|
|
</body>
|
|
</html>
|