# (fmx) streaming..help

**URL:** https://forum.kirupa.com/t/fmx-streaming-help/20874
**Category:** flash
**Created:** [May 14, 2003, 10:19am UTC](https://forum.kirupa.com/t/fmx-streaming-help/20874 "2003-05-14T10:19:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![chipdouglas](https://avatars.discourse-cdn.com/v4/letter/c/ecc23a/32.png) [@chipdouglas](https://forum.kirupa.com/u/chipdouglas)
#### Post date: [May 14, 2003, 10:19am UTC](https://forum.kirupa.com/t/fmx-streaming-help/20874/1 "2003-05-14T10:19:39Z")

</div>

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???

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 14, 2003, 3:48pm UTC](https://forum.kirupa.com/t/fmx-streaming-help/20874/2 "2003-05-14T15:48:00Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 14, 2003, 3:59pm UTC](https://forum.kirupa.com/t/fmx-streaming-help/20874/3 "2003-05-14T15:59:36Z")

</div>

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