|
Revision 1, 1.3 kB
(checked in by root, 3 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 |
<!-- |
|---|
| 19 |
|
|---|
| 20 |
This is an example on how to restrict the drag and drop commands |
|---|
| 21 |
(transfers and originations) to just one button: just append |
|---|
| 22 |
|
|---|
| 23 |
?restrict=btnnumber |
|---|
| 24 |
|
|---|
| 25 |
after every appeareance of operator_panel.swf |
|---|
| 26 |
|
|---|
| 27 |
--> |
|---|
| 28 |
<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"> |
|---|
| 29 |
<param name="allowScriptAccess" value="sameDomain" /> |
|---|
| 30 |
<param name="movie" value="operator_panel.swf?restrict=1" /> |
|---|
| 31 |
<param name="quality" value="high" /> |
|---|
| 32 |
<param name="bgcolor" value="#ffffff" /> |
|---|
| 33 |
<param name="scale" value="exactfit" /> |
|---|
| 34 |
<embed src="operator_panel.swf?restrict=1" 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" /> |
|---|
| 35 |
</object> |
|---|
| 36 |
</body> |
|---|
| 37 |
</html> |
|---|