Sound JS不在iOS上运行

时间:2017-11-03 00:03:15

标签: javascript ios soundjs

我有一个使用视频,照片和声音的播放器。

如果视频正在运行,SoundJS在iOS上运行正常。如果没有视频,我就无法在iOS上运行SoundJS(其他地方都很好)。

我正在尝试在onTouch事件上播放声音,而我正在使用PreloadJS和Queue。

加载时我在iOS上收到此错误

Uncaught TypeError: null is not an object (evaluating 'this._soundInstances[b].length')

我正在加载soundFile

    var props = {};
    props.loop = 0;
  taskVoice = new createjs.Sound.play(cdnPrefix + file,props);

这是在没有onTouch事件的情况下首次间歇性加载事件,现在根本没有加载。

0 个答案:

没有答案