Changeset 1327
- Timestamp:
- 03/14/10 15:56:49 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
flash_player/trunk/src/org/korsakow/player/ApplicationBase.as
r1318 r1327 187 187 soundManager = new SoundManager(); 188 188 189 if (_config.has('volume')) 190 soundManager.masterVolume = _config.getNumber('volume'); 191 189 192 domain = new Domain(); 190 193 domain.addEventListener(Event.COMPLETE, onDomainLoadComplete);
