hi,
win 64 app doesn't work (when I launch it, I only see a loading bar forever).
On the editor it works fine.
The app works if I erase the code that play a background music:
this.init = function()
{
wade.loadAudio('olympia.ogg');
wade.playAudio('olympia.ogg', true);
Anyone can tell me how to fix this?
thanks a lot,
Ago