Hi Everyone!
I have this statement:
sound.loadSound(“1.mp3”,false)
where 1.mp3 is residing in my current folder (as the swf). However, the sound does not get played. It is only played when I say:
sound.loadSound(“1.mp3”,true) //(hence a streaming sound)
I want the first one to work, in order to be able to use the onSoundComplete event. Why isn’t it working???
Waiting for your replies
Ayman