|
pause music
hi
I've built a CD Rom with a movie clip (instance name: slideshow), inside the clip is a quicktime movie, an mp3 and some text here and there.
In scene 1 I got the movie clip and 4 buttons: rewind, fast forward, pause and stop.
The pause button has code:
on(release){
slideshow.stop();
}
The problem is I need the music to pause too.
Any help appreicated, Thanks in advance
|