Trying to sort out focus issues when application starts.

This commit is contained in:
jtrobinson 2012-08-21 17:48:20 +00:00
parent f81849ae4f
commit 27475a80e4

View File

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<title></title> <title>BigBlueButton</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen"> <style type="text/css" media="screen">
html, body, #content { height:100%; } html, body, #content { height:100%; }
@ -19,7 +19,7 @@
<script src="lib/bbb_deskshare.js" language="javascript"></script> <script src="lib/bbb_deskshare.js" language="javascript"></script>
</head> </head>
<body> <body>
<div id="content"> <div id="content" name="BigBlueButton main div">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="BigBlueButton" name="BigBlueButton" align="middle"> <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="movie" value="BigBlueButton.swf?v=VERSION" />
<param name="quality" value="high" /> <param name="quality" value="high" />
@ -27,7 +27,7 @@
<param name="bgcolor" value="#869ca7" /> <param name="bgcolor" value="#869ca7" />
<param name="wmode" value="window" /> <param name="wmode" value="window" />
<!--[if !IE]>--> <!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="BigBlueButton.swf?v=VERSION" width="100%" height="100%" align="middle"> <object type="application/x-shockwave-flash" data="BigBlueButton.swf?v=VERSION" name="BigBlueButton" width="100%" height="100%" align="middle">
<param name="quality" value="high" /> <param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" /> <param name="bgcolor" value="#869ca7" />
<!--<![endif]--> <!--<![endif]-->