PDA

View Full Version : (fmx) streaming..help



chipdouglas
May 14th, 2003, 06:19 AM
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?

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

bo-
May 14th, 2003, 11:48 AM
Did you use fmx to convert the mp3 or a standalone program?

chipdouglas
May 14th, 2003, 11:59 AM
lame encoder standalone....it works ok when the mp3 is 56kbs 44khz but not 22khz...maybe i'll just have to accept it :-)