-
Notifications
You must be signed in to change notification settings - Fork 759
Open
Description
Issue Details
-
Version used version 1.0.0
-
Describe whats happening (Include any relevant console errors, a Gist is preferred for longer errors):
Loading of binary files does not work. -
OS & Browser version (Please be specific) (Ex; Windows 10 Home, Chrome 62.0.3202.94):
MacOS Mojave, Firefox 87.0 -
Do you know of any workarounds?
None
Trying to load a binary file fails silently. Here is some example code:
let queue = new createjs.LoadQueue();
queue.on("complete", assets_loaded);
queue.on("fileload", handle_file_load);
queue.loadManifest([
{id: "bach_score", src: "Bach_score.png"},
{id: '1badbar1s', src: "exampleplayer/e1/1badbar1.mid", type: createjs.Types.BINARY}]);
I can easily load the png, but the binary file fails silently.
Metadata
Metadata
Assignees
Labels
No labels