project-09
06-14-2007, 11:01 PM
I am currently working on a project with multiple sound files that come in at various points of the animation. I have to make a mute/unmute button. I can do that pretty easily for one sound, but I have 12 sound files in all.
I don't think its possible, but...can I do this without using attachSound. Right now the only way I know that you can do that is by putting the sound file right on the time line and setting it to Stream instead of Event, and using the play(); and stop();
But thats a problem because if the user turns off the audio, and back on, it will be playing audio from a previous segment of the presentation.
:confused:
- Minh
I don't think its possible, but...can I do this without using attachSound. Right now the only way I know that you can do that is by putting the sound file right on the time line and setting it to Stream instead of Event, and using the play(); and stop();
But thats a problem because if the user turns off the audio, and back on, it will be playing audio from a previous segment of the presentation.
:confused:
- Minh