Changeset 1686


Ignore:
Timestamp:
03/29/11 04:18:45 (2 years ago)
Author:
jeroen
Message:

updated 56 player for YT fixes, fixed switching proceed with playlists that contain both HD and no HD entries, added compatibility (5.2/swfobject) to tests

Location:
branches/hd
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • branches/hd/src/com/longtailvideo/plugins/hd/HD.as

    r1679 r1686  
    133133            } 
    134134            // Do the HD swap if applicable. 
    135             item = _player.playlist.getItemAt(0); 
    136             if(_config.state && (item.provider == 'youtube' || item['hd.file'])) { 
     135            if(_config.state) { 
    137136                _swap(); 
    138137            } 
  • branches/hd/test/assets/playlist.xml

    r1679 r1686  
    2323 
    2424                <item> 
    25                         <title>Youtube, 480p</title> 
    26                         <jwplayer:file>dQw4w9WgXcQ</jwplayer:file> 
     25                        <title>Youtube, 240p</title> 
     26                        <jwplayer:file>WiloZd1H4ow</jwplayer:file> 
    2727                        <jwplayer:provider>youtube</jwplayer:provider> 
    2828                </item> 
  • branches/hd/test/index.html

    r1679 r1686  
    2020    <li><a href="playlist.html">Playlist support</a></li> 
    2121    <li><a href="skin.html">Skinning support</a></li> 
     22    <li><a href="compatibility.html">Compatibility test</a></li> 
    2223</ul> 
    2324 
Note: See TracChangeset for help on using the changeset viewer.