2013-04-12 15:47:07 +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, #flashclient { height:100%; }
|
|
|
|
body { margin:0; padding:0; overflow:hidden; }
|
|
|
|
#altContent { /* style alt content */ }
|
|
|
|
</style>
|
2013-04-12 17:36:21 +08:00
|
|
|
<script type="text/javascript" src="../swfobject/swfobject.js"></script>
|
2013-04-12 15:47:07 +08:00
|
|
|
<script type="text/javascript">
|
2013-04-16 23:42:31 +08:00
|
|
|
swfobject.registerObject("MicrophoneCheck", "11", "expressInstall.swf");
|
2013-04-12 15:47:07 +08:00
|
|
|
</script>
|
2013-04-12 17:36:21 +08:00
|
|
|
<script type="text/javascript" src="../lib/jquery-1.5.1.min.js" language="javascript"></script>
|
|
|
|
<script type="text/javascript" src="lib/deployJava.js" language="javascript"></script>
|
|
|
|
<script type="text/javascript" src="lib/bbb_check.js" language="javascript"></script>
|
|
|
|
<script type="text/javascript" src="lib/pre_flight_check.js" language="javascript"></script>
|
2013-04-12 15:47:07 +08:00
|
|
|
<script>
|
2013-04-12 18:08:48 +08:00
|
|
|
var testJava = function() {
|
|
|
|
window.open("http://www.java.com/en/download/testjava.jsp")
|
|
|
|
}
|
2013-04-16 23:42:31 +08:00
|
|
|
window.onload = function() {
|
|
|
|
registerListeners();
|
|
|
|
}
|
2013-04-12 15:47:07 +08:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="controls">
|
2013-04-12 17:36:21 +08:00
|
|
|
<button type="button" onclick="bbbCheckFlashVersion()">Check Flash Version</button>
|
|
|
|
<button type="button" onclick="bbbHasMinFlashVersion('9.0.18')">Min Version</button>
|
2013-04-12 18:08:48 +08:00
|
|
|
<button type="button" onclick="bbbGetBrowser()">Get browser</button>
|
|
|
|
<button type="button" onclick="bbbGetJREs()">Get JREs</button>
|
|
|
|
<button type="button" onclick="testJava()">test Java</button>
|
2013-04-16 23:42:31 +08:00
|
|
|
<button type="button" onclick="bbbCheckShowMicSettings()">show mic settings</button>
|
2013-04-17 05:17:00 +08:00
|
|
|
<button type="button" onclick="bbbCheckStartTestMic()">Start Mic</button>
|
|
|
|
<button type="button" onclick="bbbCheckStopTestMic()">Stop Mic</button>
|
|
|
|
<button type="button" onclick="bbbCheckShowCamSettings()">show cam settings</button>
|
2013-04-12 15:47:07 +08:00
|
|
|
</div>
|
2013-04-16 23:42:31 +08:00
|
|
|
<div id="webcamview" style="background-color:#FFD700;height:215px;width:138px;float:left;">
|
|
|
|
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540002" width="215" height="138" id="MicrophoneCheck" name="MicrophoneCheck" align="middle">
|
|
|
|
<param name="movie" value="http://192.168.0.249/client/MicrophoneCheck.swf?v=VERSION" />
|
|
|
|
<param name="quality" value="high" />
|
|
|
|
<param name="allowfullscreen" value="true" />
|
|
|
|
<param name="bgcolor" value="#869ca7" />
|
|
|
|
<param name="wmode" value="window" />
|
|
|
|
<param name="allowScriptAccess" value="always" />
|
|
|
|
<!--[if !IE]>-->
|
|
|
|
<object type="application/x-shockwave-flash" data="http://192.168.0.249/client/MicrophoneCheck.swf?v=VERSION" width="215" height="138" align="middle">
|
|
|
|
<param name="quality" value="high" />
|
|
|
|
<param name="bgcolor" value="#869ca7" />
|
|
|
|
<param name="allowScriptAccess" value="always" />
|
|
|
|
<!--<![endif]-->
|
|
|
|
<a href="http://www.adobe.com/go/getflashplayer">
|
|
|
|
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
|
|
|
|
</a>
|
|
|
|
<!--[if !IE]>-->
|
|
|
|
</object>
|
|
|
|
<!--<![endif]-->
|
|
|
|
</object>
|
|
|
|
</div>
|
2013-04-12 15:47:07 +08:00
|
|
|
</body>
|
|
|
|
</html>
|