Changeset 2244


Ignore:
Timestamp:
06/11/12 10:35:52 (11 months ago)
Author:
alex
Message:

final adjustment to make player shutdown on stop with a playlist (not go to next item).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hds/src/com/longtailvideo/jwplayer/media/HDSMediaProvider.as

    r2242 r2244  
    154154                        }  
    155155                        super.play(); 
    156  
    157156                } 
    158157                 
     
    186185                /** Stop playing and loading the item. **/ 
    187186                public override function stop():void { 
     187 
    188188                        if (_player.state == PlayState.PLAYING) { 
     189                                _player.pause(); 
    189190                                _player.stop(); 
    190191                                clearInterval(_positionInterval); 
Note: See TracChangeset for help on using the changeset viewer.