Changeset 1686
- Timestamp:
- 03/29/11 04:18:45 (2 years ago)
- Location:
- branches/hd
- Files:
-
- 4 added
- 5 edited
-
hd.swf (modified) (previous)
-
src/com/longtailvideo/plugins/hd/HD.as (modified) (1 diff)
-
test/assets/player.swf (modified) (previous)
-
test/assets/player52.swf (added)
-
test/assets/playlist.xml (modified) (1 diff)
-
test/assets/swfobject.js (added)
-
test/assets/yt.swf (added)
-
test/compatibility.html (added)
-
test/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/hd/src/com/longtailvideo/plugins/hd/HD.as
r1679 r1686 133 133 } 134 134 // 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) { 137 136 _swap(); 138 137 } -
branches/hd/test/assets/playlist.xml
r1679 r1686 23 23 24 24 <item> 25 <title>Youtube, 480p</title>26 <jwplayer:file> dQw4w9WgXcQ</jwplayer:file>25 <title>Youtube, 240p</title> 26 <jwplayer:file>WiloZd1H4ow</jwplayer:file> 27 27 <jwplayer:provider>youtube</jwplayer:provider> 28 28 </item> -
branches/hd/test/index.html
r1679 r1686 20 20 <li><a href="playlist.html">Playlist support</a></li> 21 21 <li><a href="skin.html">Skinning support</a></li> 22 <li><a href="compatibility.html">Compatibility test</a></li> 22 23 </ul> 23 24
Note: See TracChangeset
for help on using the changeset viewer.
