--- a/script/record_mic/record_mic_example.html Thu Jun 07 11:50:17 2012 +0200
+++ b/script/record_mic/record_mic_example.html Thu Jun 07 16:41:25 2012 +0200
@@ -6,7 +6,7 @@
<style type="text/css" media="screen">
html, body { height:100%; background-color: #AAAAAA;}
body { margin:0; padding:0; overflow:hidden; }
- #flashContent { width:220px; height:140px; }
+ #flashContent { width:220px; height:160px; }
</style>
<script type="text/javascript">
// External callback function
@@ -26,7 +26,7 @@
</head>
<body>
<div id="flashContent">
- <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="220" height="140" id="record_mic" align="middle">
+ <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="220" height="160" id="record_mic" align="middle">
<param name="movie" value="record_mic.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
@@ -41,7 +41,7 @@
<param name="allowFullScreen" value="true" />
<param name="flashvars" value="playVisible=true">
<embed src="record_mic.swf" quality="high" bgcolor="#ffffff"
- width="220" height="140" name="ExternalInterfaceExample" align="middle"
+ width="220" height="160" name="ExternalInterfaceExample" align="middle"
play="true" loop="false" quality="high" allowScriptAccess="always"
type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent"
flashvars="playVisible=true"