SoundJS 0.5.0: Sound.loadCompleteはSound.fileloadイベントに完全に置換わった [Edit]

新しいSoundJS 0.5.0を使うと、古いコードで読込み待ちしていたサウンドが再生されないことがあります。

SoundJS 0.5.0: Sound.fileload completely replaced Sound.loadComplete

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
SafariScreenSnapz329.png

SoundJS 0.4.1 API Documentation (only)
SafariScreenSnapz330.png

その他の記事