View Single Post
Old 02-23-2004, 03:17 PM  
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Flash developers: Help me a quick sec?

aight so I'm loading an MP3 into my Flash movie, but when it plays it's sped up so it sounds like the Chipmunks.. what gives?

http://www.stumpd.com/Music%20Sample.html


any ideas?
this is my code:

---------
music = new Sound();
music.onLoad = function() {
txtLoading._visible = false;
txtSongTitle._visible = true;
music.start()
music.onSoundComplete = function() {
music.start()
}
}

music.loadsound("http://www.dxmgroup.com/accounts/stumpd/media/song.mp3", false);
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote