-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
Hello.
How can I open ROM via a link from a site, rather than opening it from a computer.
Maybe somewhere here you can fix it -
if (typeof this.files != "undefined") { try { if (this.files.length >= 1) { cout("Reading the local file \"" + this.files[0].name + "\"", 0); try { //Gecko 1.9.2+ (Standard Method) var binaryHandle = new FileReader(); binaryHandle.onload = function () { if (this.readyState == 2) { cout("file loaded.", 0); try { initPlayer(); start(mainCanvas, this.result); } catch (error) { alert(error.message + " file: " + error.fileName + " line: " + error.lineNumber); } } else { cout("loading file, please wait...", 0); } } binaryHandle.readAsBinaryString(this.files[this.files.length - 1]); }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels