Hi all,
I've managed to export my game to html5 and upload it to my ftp server.
If I point my browser to the index.html file then the game launches and plays fine, but there is no sound.
Wondered if this might be a MIME issue?
I'm on a Linux server, so I followed the instructions my provider gave along with what Scirra says about MIME types and added...
AddType audio/ogg .ogg
AddType audio/mp4 .mp4
...to the htaccess file but no luck. Does that sound right? It isn't working anyway. Anyone got any suggestions?
(I'm using Wordpress though I'm not sure this is affecting the issue.)
Thank you!