Question
mp3 plays to fast
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);
}
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);
}