- Timestamp:
- 10/20/09 16:22:03 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/controller/Controller.as
r455 r498 122 122 123 123 private function playlistLoadHandler(evt:PlaylistEvent):void { 124 // This stuff moved to playlist item handler 124 playlistItemHandler(evt); 125 if (_player.config.autostart) { 126 load(_model.playlist.currentItem); 127 } 125 128 } 126 129 … … 145 148 _model.setActiveMediaProvider(item.provider); 146 149 } 147 148 if (_player.config.autostart) {149 load(_model.playlist.currentItem);150 }151 150 } 152 151 … … 290 289 if (0 <= index && index < _player.playlist.length) { 291 290 _player.playlist.currentIndex = index; 292 play();291 load(index); 293 292 return true; 294 293 }
Note: See TracChangeset
for help on using the changeset viewer.
