Changeset 2731
- Timestamp:
- 2007-05-16 03:05:22 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AnnodexFirefoxExtension/branches/cafe/Core/chrome/afeview/content/afeview.xbl
r2682 r2731 53 53 --> 54 54 55 <binding id=" windows-media-player-7-video-view" xul:flex="50">55 <binding id="vlc-video-view" xul:flex="50"> 56 56 <content flex="50"> 57 57 58 <html:object59 flex="50"60 width="60"61 height="45"62 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"63 id="video-view">64 <html:param name="uiMode" value="none"/>65 <html:param name="enableContextMenu" value="false"/>66 </html:object>67 68 </content>69 </binding>70 71 <binding id="windows-media-player-6-4-video-view" xul:flex="50">72 <content flex="50">73 74 <html:object75 flex="50"76 width="60"77 height="45"78 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"79 codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"80 id="video-view">81 <html:param name="uiMode" value="none"/>82 <html:param name="enableContextMenu" value="false"/>83 </html:object>84 85 </content>86 </binding>87 88 <binding id="vlc-video-view" xul:flex="50">89 <content flex="50">90 58 <html:embed 91 59 type="application/x-vlc-plugin" 92 autoplay="no"93 loop="no"94 hidden="no"95 60 id="video-view" 96 width="60"97 height="1000"98 61 /> 62 99 63 </content> 100 64 </binding> … … 102 66 <binding id="vlc-video-view-linux" xul:flex="50"> 103 67 <content flex="50"> 104 <html:embed 105 type="application/ogg" 106 autoplay="no" 107 loop="no" 108 hidden="no" 109 id="video-view" 110 width="600" 111 height="1000" 112 /> 68 69 <html:object 70 type="application/x-vlc-plugin" 71 id="video-view" 72 height="300" 73 width="300" 74 /> 75 113 76 </content> 114 77 </binding> 115 78 116 <binding id="mplayer-video-view" xul:flex="50">117 <content flex="50">118 <html:embed119 type="application/ogg"120 autoplay="no"121 loop="no"122 hidden="no"123 id="video-view"124 width="600"125 height="1000"126 />127 </content>128 </binding>129 130 131 <binding id="quicktime-video-view">132 <content flex="50">133 134 <html:embed135 flex="50"136 width="60"137 height="45"138 bgcolor="black"139 controller="false"140 scale="aspect"141 kioskmode="true"142 pluginspace="http://www.apple.com/quicktime/download/"143 type="application/x-mpeg"144 looping="yes"145 autoplay="true"146 id="video-view"147 src="/"148 enablejavascript="true"149 />150 </content>151 </binding>152 153 154 79 </bindings> 155 80