Hi everybody, I searched on the forum to see if anybody has had the same problem I am having. And it seems that others have had similar bugs yet not similar solutions. I’ve tried everything I could think of.
I’m on the 40th frame, 25 fps. I’m using Flash MX.
at the first frame I have two buttons, you sets soundquality to true. true is high quality, and the other is for low quality which would be false. i’ve tried putting the s.onLoad in the onenterframe… that didnt work.
I also tried setting the isStreaming of the loadSound() to true… and the sound started… BUT i’ve never heard of this before, but the sound played at a high speed “alvin and the chipmunks” type speed!!!
this code here does not work for me by the way, but i can not figure out why it wont
s = new Sound();
s.setVolume(100);
if(songquality==true){
s.loadSound("bitterseed_hi.mp3",false);
s.onLoad = function() {
s.start(0,99);
}
god bless you if you read all of this. and thank you if have any ideas