- Timestamp:
- 08/25/11 18:26:14 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/media/SoundMediaProvider.as
r1946 r1982 82 82 if (!_item || _item.file != itm.file || !_bufferingComplete) { 83 83 _bufferingComplete = false; 84 _item = itm;85 84 _sound = new Sound(); 86 85 _sound.addEventListener(IOErrorEvent.IO_ERROR, errorHandler); 87 86 _sound.addEventListener(Event.ID3, id3Handler); 88 87 _sound.addEventListener(ProgressEvent.PROGRESS, positionHandler); 89 _sound.load(new URLRequest(_item.file), _context); 90 } 88 _sound.load(new URLRequest(itm.file), _context); 89 } 90 _item = itm; 91 91 if (!_positionInterval) { 92 92 _positionInterval = setInterval(positionHandler, 100);
Note: See TracChangeset
for help on using the changeset viewer.
