|
1 | 1 | Version NEXT [Not Released]
|
2 | 2 | ************************************************************************************************************************
|
3 | 3 | - updated tutorials for changes in this build
|
4 |
| -- fixed a bug with default SoundInstance, it did not have playFailed function that is called by Sound |
5 | 4 | - updates and fixes to all docs
|
6 | 5 | - added {"AllowScriptAccess" : "always"} to swfObject for FlashPlugin
|
7 | 6 | - all Sound, WebAudioPlugin, HTMLAudioPlugin, FlashPlugin, and SoundInstance internal properties and methods renamed to
|
8 | 7 | start with _ (underscore)
|
9 |
| -- fix a bug that prevented interrupt value from being read in play call if it was passed in an object |
10 |
| -- deprecated registerPlugin in favor of registerPlugins with a single argument |
| 8 | +- fixed a bug with default SoundInstance, it did not have playFailed function that is called by Sound |
| 9 | +- fixed a bug that prevented interrupt value from being read in play call if it was passed in an object |
11 | 10 | - changed SoundInstance to extend createjs.EventDispatcher rather than mix in
|
12 |
| -- deprecated FlashPlugin BASE_PATH in favor swfPath |
13 | 11 | - alterations to basePath approach that require full src (basePath + src) in create and play calls
|
14 |
| -- include basePath in removeSound and removeManifest, which is now required of it was included in loading |
| 12 | +- include basePath in removeSound and removeManifest, which is now required if it was included in loading |
15 | 13 | - introduced createjs.Sound.alternateExtensions, which is replacing a delimited list as a means to load alternate
|
16 | 14 | file types
|
17 | 15 | - deprecated "|" approach to alternate files, in favor of class level alternateExtensions approach
|
18 |
| -- added willTrigger method to EventDispatcher |
| 16 | +- deprecated registerPlugin in favor of registerPlugins with a single argument |
| 17 | +- deprecated FlashPlugin BASE_PATH in favor swfPath |
| 18 | +- added console logs deprecated calls above are used |
| 19 | +- added willTrigger() method to EventDispatcher |
19 | 20 |
|
20 | 21 |
|
21 | 22 | Version 0.5.1 [November 15, 2013]
|
@@ -166,4 +167,5 @@ sound is played, providing a much easier way to control audio once it has starte
|
166 | 167 |
|
167 | 168 | Version 0.1.0
|
168 | 169 | ****************************************************************************************************
|
| 170 | +Initial release.****************************************************************** |
169 | 171 | Initial release.
|
0 commit comments