Sound Object Problems

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.

you try to start the sound immediately, but it hasn’t loaded yet. Try making a preloader for it.

You’ll find more info here

the sound is as small as 10kb…

so this isnt the problem right?