Pause sound?

i am looking for help on creating a pause button for my swf shell that references external mp3 files…the player works good it has previous,next,play and stop button. it’s from a tutorial i got but it didn’t have a pause button… this is part of the structure…if anyone could explain it to me i would appreciate it
teddy

actions layer:

stop();
stopAllSounds();
track1 = new Sound();
track1.loadSound(“Autoharp.mp3”, true);
track1.onSoundComplete = function() {
gotoAndStop(10);
};

play button:

on (release) {
stopAllSounds();
track1 = new Sound();
track1.loadSound(“Autoharp.mp3”, true);
}

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=24787

thank you kax for helping me with this…i am still not able to get it to work…i don’t know if i am putting the code in the right spot or not changing it right…i am sending my fla. if you could look at it i would appreciate it…thanks, teddy

http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/

the best sound tutorial available for Flash MX.

… :sigh:

nice kax, but you guys confused the hell outa me with prototypes!

guess i should learn the prototype syntax eh?

It’s pretty easy, actually. :-\

http://proto.layer51.com/d.aspx?f=645

I think there are other links in the Best of Senocular thread, check it out in the Flash ActionScript section of the forum.

i will thank you

Don’t thank me, thank senocular. :stuck_out_tongue:

Digitalosophy Travel’s Through The Air Waves

Thanks Senocular! :slight_smile:

kax thank you so much…=)
teddy

i think i am starting to understand it.

thank you very much again

You’re welcome. :beam: