equal
deleted
inserted
replaced
4 <title>record_mic</title> |
4 <title>record_mic</title> |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 <style type="text/css" media="screen"> |
6 <style type="text/css" media="screen"> |
7 html, body { height:100%; background-color: #AAAAAA;} |
7 html, body { height:100%; background-color: #AAAAAA;} |
8 body { margin:0; padding:0; overflow:hidden; } |
8 body { margin:0; padding:0; overflow:hidden; } |
9 #flashContent { width:220px; height:140px; } |
9 #flashContent { width:220px; height:160px; } |
10 </style> |
10 </style> |
11 <script type="text/javascript"> |
11 <script type="text/javascript"> |
12 // External callback function |
12 // External callback function |
13 function setAudioUrl(u){ |
13 function setAudioUrl(u){ |
14 console.log("setAudioUrl u = " + u); |
14 console.log("setAudioUrl u = " + u); |
24 } |
24 } |
25 </script> |
25 </script> |
26 </head> |
26 </head> |
27 <body> |
27 <body> |
28 <div id="flashContent"> |
28 <div id="flashContent"> |
29 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="220" height="140" id="record_mic" align="middle"> |
29 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="220" height="160" id="record_mic" align="middle"> |
30 <param name="movie" value="record_mic.swf" /> |
30 <param name="movie" value="record_mic.swf" /> |
31 <param name="quality" value="high" /> |
31 <param name="quality" value="high" /> |
32 <param name="bgcolor" value="#ffffff" /> |
32 <param name="bgcolor" value="#ffffff" /> |
33 <param name="play" value="true" /> |
33 <param name="play" value="true" /> |
34 <param name="loop" value="true" /> |
34 <param name="loop" value="true" /> |
39 <param name="salign" value="" /> |
39 <param name="salign" value="" /> |
40 <param name="allowScriptAccess" value="always" /> |
40 <param name="allowScriptAccess" value="always" /> |
41 <param name="allowFullScreen" value="true" /> |
41 <param name="allowFullScreen" value="true" /> |
42 <param name="flashvars" value="playVisible=true"> |
42 <param name="flashvars" value="playVisible=true"> |
43 <embed src="record_mic.swf" quality="high" bgcolor="#ffffff" |
43 <embed src="record_mic.swf" quality="high" bgcolor="#ffffff" |
44 width="220" height="140" name="ExternalInterfaceExample" align="middle" |
44 width="220" height="160" name="ExternalInterfaceExample" align="middle" |
45 play="true" loop="false" quality="high" allowScriptAccess="always" |
45 play="true" loop="false" quality="high" allowScriptAccess="always" |
46 type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" |
46 type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" |
47 flashvars="playVisible=true" |
47 flashvars="playVisible=true" |
48 pluginspage="http://www.macromedia.com/go/getflashplayer"> |
48 pluginspage="http://www.macromedia.com/go/getflashplayer"> |
49 </embed> |
49 </embed> |