Hi

I'm using

ding = new Sound();
ding.loadSound("ding.mp3");
......
_root.ding.start();

to play a sound using action script.

The problem is I can't workout how to have the sound file embedded in the movie as is the case when using the add sound wizards for button actions.
At the moment the mp3 is in the same folder but separate on the server which works but seems a bit clumsy.

I have looked around but not found any info on this but could be missing the obvious here

regards

mike