Forum Moderators: open
The code is relatively simple, but I am pretty sure it will not work on a flash version that old
myMp3 = new Sound();
myMp3.loadSound("a.mp3", false);
myMp3.start(0, 1);
This whole thing goes into the actionscript for Frame 1. When I test the movie it doesn't give me an error message but it also doesn't play the sound. When I exchange a.mp3 through b.mp3 and b.mp3 does not exist, it does give me an error message. I just can't get the damn sound playing.
Can you help me?
It really seems like an easy thing.
Thank you,
Sven