mySound = new Sound ();
mySound.loadSound(“1.mp3”, false);
mySound.start();
This little piece of A-script works fine when i try it on my comp…but when i upload it to my server (and Yes…the 1.mp3-file is uploaded in the same directory as the swf) the sound wont start playing.
does ANYONE know why?
oh please help.