(fmx) streaming..help

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 :slight_smile: Why?

Does the script only work with a mp3 encoded in 128kbs 44khz or what???

Did you use fmx to convert the mp3 or a standalone program?

lame encoder standalone…it works ok when the mp3 is 56kbs 44khz but not 22khz…maybe i’ll just have to accept it :slight_smile: