Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Most browsers won't let JavaScript to load local files for security theater reasons.

You'll either have to host it with a local web server, or embed the resources as data URLs. If you do the latter and want to open it in Firefox, you'll have to re-encode the music file, as it exceeds the Firefox's limit on data URL's length.