I just cant seem to play a sound in Flash with a simple play button and stop button!!
The stop button works.
I put this code in the 1st frame:
mySound = new Sound();
mySound.attachSound("soundFile");
Then on the play button
mysound.play()
On the stop button
mysound.stop()
Seems simple enough to me! doesnt work though? the sound will stop, but wont play
Any help please
Thanks
The stop button works.
I put this code in the 1st frame:
mySound = new Sound();
mySound.attachSound("soundFile");
Then on the play button
mysound.play()
On the stop button
mysound.stop()
Seems simple enough to me! doesnt work though? the sound will stop, but wont play
Any help please
Thanks