~landscape/zope3/ztk-1.1.3

« back to all changes in this revision

Viewing changes to src/twisted/web/woven/FlashConduitGlue.html

  • Committer: Andreas Hasenack
  • Date: 2009-07-20 17:49:16 UTC
  • Revision ID: andreas@canonical.com-20090720174916-g2tn6qmietz2hn0u
Revert twisted removal, it breaks several dozen tests [trivial]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div>
 
2
    <script language="javascript" src="WebConduit2_js">
 
3
    .
 
4
    </script>
 
5
    <iframe style="width: 0; height: 0" id="woven_inputConduit" src="input_html">
 
6
    .
 
7
    </iframe>
 
8
<!--    <iframe style="width: 100%" id="woven_outputConduit" src="?woven_hookupOutputConduitToThisFrame=1">
 
9
    </iframe>-->
 
10
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 
11
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 
12
 WIDTH="0" HEIGHT="0" id="FlashConduit_swf" ALIGN="">
 
13
 <PARAM NAME="movie" value="FlashConduit_swf" view="woven_flashConduitSessionView" /> 
 
14
 <PARAM NAME="quality" VALUE="high" /> 
 
15
 <PARAM NAME="bgcolor" VALUE="#FFFFFF" /> 
 
16
 <EMBED view="woven_flashConduitSessionView" src="FlashConduit_swf" name="FlashConduit_swf" swLiveConnect="true"
 
17
 quality="high" bgcolor="#FFFFFF"  WIDTH="0" HEIGHT="0" NAME="FlashConduit_swf" ALIGN=""
 
18
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
 
19
 <!-- if neither object nor embed works, this should... -->
 
20
<!-- <iframe style="width: 100%" id="woven_outputConduit" src="?woven_hookupOutputConduitToThisFrame=1">
 
21
 </iframe>
 
22
-->
 
23
 </EMBED>
 
24
</OBJECT>
 
25
</div>