Two problems: Sound and Chrome.

Excuse my English!!
Hello. I’m starting with GDevelop and I have two problems:
1 In Internet Explorer do not work any sound.
2 If I use Chrome, the game works in preview but not when exported. If I export for web nothing works in Chrome although it works in Internernet Explorer.
If I open the JavaScript Console in Chrome, I can see these error messages:
Pixi.js v2.2.3 - webGL pixijs.com/ ♥♥♥
file:///D:/Proyectos%20GDevelop/Pruebas/Export/bunny.png Failed to load resource: net::ERR_FILE_NOT_FOUND
index.html:1 Image from origin ‘file://’ has been blocked from loading by Cross-Origin Resource Sharing policy: Received an invalid response. Origin ‘null’ is therefore not allowed access.

I do not use any image called “bunny.png” in my example.

Thank you for your help.

Chrome doesn’t allow executing js script from local files, that’s why when you open index.html, the game doesn’t work. You’ll need to upload the game on your website to play it.

For Internet Explorer, it’s Internet Explorer (I think this is self-explanatory).

Thank you very much Victor. Perfectly explained.

By the way, the next version of GDevelop will use a new sound engine for HTML5 games. So, it will probably work better on IE.