Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: third_party/twisted_8_1/twisted/web/woven/FlashConduitGlue.html

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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_hookupO utputConduitToThisFrame=1">
9 </iframe>-->
10 <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
11 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v ersion=6,0,0,0"
12 WIDTH="0" HEIGHT="0" id="FlashConduit_swf" ALIGN="">
13 <PARAM NAME="movie" value="FlashConduit_swf" view="woven_flashConduitSessionVie w" />
14 <PARAM NAME="quality" VALUE="high" />
15 <PARAM NAME="bgcolor" VALUE="#FFFFFF" />
16 <EMBED view="woven_flashConduitSessionView" src="FlashConduit_swf" name="FlashC onduit_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_hookupOutp utConduitToThisFrame=1">
21 </iframe>
22 -->
23 </EMBED>
24 </OBJECT>
25 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698