root/trunk/flash/index.html

Revision 1, 1.1 kB (checked in by root, 4 years ago)

Initial import

Line 
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4 <title>Asterisk Flash Operator Panel</title>
5 <style>
6 <!--
7 html,body {
8         margin: 0;
9         padding: 0;
10         height: 100%;
11         width: 100%;
12 }
13
14 -->
15 </style>
16 </head>
17 <body bgcolor="#ffffff">
18 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" id="operator_panel" align="left">
19 <param name="allowScriptAccess" value="sameDomain" />
20 <param name="movie" value="operator_panel.swf" />
21 <param name="quality" value="high" />
22 <param name="bgcolor" value="#ffffff" />
23 <param name="scale" value="exactfit" />
24 <embed src="operator_panel.swf" quality="high" scale="exactfit" bgcolor="#ffffff" width="100%" height="100%" name="operator_panel" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
25 </object>
26 </body>
27 </html>
Note: See TracBrowser for help on using the browser.