Tuesday, 22 July 2025

Stencyl topic update - JavaScript-HTML made playable offline

 
page:

added sections: 

There is one way that will work and finding other ways in future. this is what you .bat file should be the instruction to launch your HTML-js StencylWork should be. In this case, the browser is Microsoft edge


@ECHO OFF
ECHO TO PLAY THIS GAME, 
ECHO 1.click on index.html and the blocked game will not load on default window due to CORS. 
ECHO 2.copy the address to the window opened by this batch file
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --user-data-dir=C:\msedge-dev-data\ --disable-web-security
pause


No comments:

Post a Comment