Changeset 2731

Show
Ignore:
Timestamp:
2007-05-16 03:05:22 (2 years ago)
Author:
ctford
Message:

Remove unnecessary views for various players.

Change the vlc view to use <object>s rather than <embed>s.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AnnodexFirefoxExtension/branches/cafe/Core/chrome/afeview/content/afeview.xbl

    r2682 r2731  
    5353  --> 
    5454 
    55   <binding id="windows-media-player-7-video-view" xul:flex="50"> 
     55  <binding id="vlc-video-view" xul:flex="50"> 
    5656    <content flex="50"> 
    5757 
    58       <html:object 
    59         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:object 
    75         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"> 
    9058      <html:embed 
    9159        type="application/x-vlc-plugin" 
    92         autoplay="no" 
    93         loop="no" 
    94         hidden="no" 
    9560        id="video-view" 
    96         width="60" 
    97         height="1000" 
    9861        /> 
     62 
    9963    </content> 
    10064  </binding> 
     
    10266  <binding id="vlc-video-view-linux" xul:flex="50"> 
    10367    <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 
    11376    </content> 
    11477  </binding> 
    11578 
    116   <binding id="mplayer-video-view" xul:flex="50"> 
    117     <content flex="50"> 
    118       <html:embed 
    119         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:embed 
    135         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  
    15479</bindings> 
    15580