loadSound() plays the file at twice the speed!

Has anyone got an idea why my mp3 file plays back at double speed when i use “loadSound();”

I’ve used the same code on other designs and they stream the sound just fine!

thx

f

//the code:
//load music
mySound = new Sound();
mySound.loadSound(“http://my_domain.com/theMusicFolder/the_music.mp3”,true);