You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i put some audio in the queue and load it on a page which has some image element too, the complete event will fired until all the image elements had been loaded instead of the queue has been loaded.
The text was updated successfully, but these errors were encountered:
Moxmi
changed the title
Complete event was not fired when the queue has been loaded。
Complete event was not fired when the queue has been loaded.
Dec 1, 2017
Are the images part of the queue, or just in the page? If they are blocking elements (ie, your scripts are below them in the body), then the browser may be holding back the load until they are done. Are you seeing them complete, but not getting an event? More info would be helpful.
what's more, when wait the image element loading, the queue has been completed(i can play the audio through 'createjs.Sound.play' method in the console) but the complete event not been fired.
If i put some audio in the queue and load it on a page which has some image element too, the complete event will fired until all the image elements had been loaded instead of the queue has been loaded.
The text was updated successfully, but these errors were encountered: