I’m trying to use the example Pom made in the tutorial section.
mySound = new Sound();
mySound.loadSound(“music.mp3”, true);
mySound.play();
and it works fine with a 128kbs 44khz mp3.
But when i change the setting of the mp3 to 64kbs 32khz joint stereo flash mx speeds the track up and it sounds like mice singin  Why?
 Why?
Does the script only work with a mp3 encoded in 128kbs 44khz or what???