Changeset 2244
- Timestamp:
- 06/11/12 10:35:52 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hds/src/com/longtailvideo/jwplayer/media/HDSMediaProvider.as
r2242 r2244 154 154 } 155 155 super.play(); 156 157 156 } 158 157 … … 186 185 /** Stop playing and loading the item. **/ 187 186 public override function stop():void { 187 188 188 if (_player.state == PlayState.PLAYING) { 189 _player.pause(); 189 190 _player.stop(); 190 191 clearInterval(_positionInterval);
Note: See TracChangeset
for help on using the changeset viewer.
