LiQuId_AiR_OTB
03-29-2003, 01:02 AM
heres some nice code that im sure alot of ya have seen before
songs = new Array("music0.mp3");
function SongLoader(number){
slideSound.stop();
slideSound = new Sound();
slideSound.loadSound(songs[number], false);
slideSound.start();
}
and of course i call the function when a buttons is pressed or what have ya....but what is the problem is that music0.mp3 doesn't play, its in the folder its all where it is suppose to be...i tried doing another mp3 that was only around 350 kbs and it worked fine!
does flash mx has restrictions on how long your mp3s can be?
w0rd 2 ya'll
songs = new Array("music0.mp3");
function SongLoader(number){
slideSound.stop();
slideSound = new Sound();
slideSound.loadSound(songs[number], false);
slideSound.start();
}
and of course i call the function when a buttons is pressed or what have ya....but what is the problem is that music0.mp3 doesn't play, its in the folder its all where it is suppose to be...i tried doing another mp3 that was only around 350 kbs and it worked fine!
does flash mx has restrictions on how long your mp3s can be?
w0rd 2 ya'll