Skip to main content
Participant
September 17, 2008
Question

mp3 plays to fast

  • September 17, 2008
  • 1 reply
  • 261 views
I have this connected to a button with the mp3 in the same folder.
When I run the swf file locally on my computer it works fine. But when I upload it to our server and acess it through IE, it plays very fast like listening to the chipmunks. Anybody know this is happening?


on (release) {

var my_sound:Sound = new Sound();

my_sound.loadSound("lucille.mp3",true);

}
This topic has been closed for replies.

1 reply

Inspiring
September 17, 2008
martyredrocks,

> ... when I upload it to our server and acess it through IE, it
> plays very fast like listening to the chipmunks. Anybody
> know this is happening?

The chipmunks phenomenon happens when your sample rate isn't a multiple
of 11,025, such as the common rates of 11,025 Hz, 22,050 Hz, or 44,100 Hz.
Try resampling those MP3s from the original source audio at one of those
sample rates.

Out of curiosity, what version of Flash Player are you testing in? This
issue was fixed (or should have been) with Flash Player 9.


David Stiller
Co-author, The ActionScript 3.0 Quick Reference Guide
http://tinyurl.com/2s28a5
"Luck is the residue of good design."