PDA

View Full Version : Sound Object Problems...



anarcoma
April 15th, 2003, 09:40 AM
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.

Flashmatazz
April 15th, 2003, 12:01 PM
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 (http://www.kennybellew.com/)

anarcoma
April 15th, 2003, 12:08 PM
the sound is as small as 10kb...

so this isnt the problem right?