- Timestamp:
- 10/14/09 15:18:56 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/view/components/PlaylistComponent.as
r454 r455 10 10 import com.longtailvideo.jwplayer.utils.Stretcher; 11 11 import com.longtailvideo.jwplayer.utils.Strings; 12 import com.longtailvideo.jwplayer.view.PlayerLayoutManager; 12 13 import com.longtailvideo.jwplayer.view.interfaces.IPlaylistComponent; 13 14 … … 326 327 clip.back.height = height; 327 328 buildPlaylist(false); 328 if (config['position'] == 'over' || _player.fullscreen) {329 if (config['position'] == 'over') { 329 330 stateHandler(); 330 } else {331 } else if (PlayerLayoutManager.testPosition(config['position'])) { 331 332 clip.visible = true; 333 } else { 334 clip.visible = false; 332 335 } 333 336 } … … 383 386 /** Process state changes **/ 384 387 protected function stateHandler(evt:PlayerStateEvent = null):void { 385 if (config['position'] == 'over' || _player.fullscreen) {388 if (config['position'] == 'over') { 386 389 if (player.state == PlayerState.PLAYING || player.state == PlayerState.PAUSED || player.state == PlayerState.BUFFERING) { 387 390 visible = false;
Note: See TracChangeset
for help on using the changeset viewer.
