新しいSoundJS 0.5.0を使うと、古いコードで読込み待ちしていたサウンドが再生されないことがあります。
With new SoundJS 0.5.0 used, your old code to preload a sound might not work.
Sound.loadComplete
イベントは、SoundJS 0.4.0で用いられました。バージョン0.4.1からはSound.fileload
イベントに置換えられ、Sound.loadComplete
は使わないよう薦められていました。SoundJS 0.5.0では古いイベントがライブラリから完全に除かれましたので、Sound.fileload
イベントを使わなければなりません。
The Sound.loadComplete
event was for SoundJS 0.4.0. New Sound.fileload
event replaced it and the old event was deprecated in SoundJS 0.4.1, while it could still be used. From SoundJS 0.5.0 the old event is completely removed and it has not worked already. In SoundJS 0.5.0 the Sound.fileload
event should be used.
SoundJS 0.5.0 and 0.4.1 API Documentation
SoundJS 0.4.1 API Documentation (only)