If you wanted a single button that toggles between playing and not,


Actionscript Code:
on(press){
    if(playing){
        this.stop();
    }else{
        this.play();
    }
    playing=!playing
}



OUCHIE,... WOW this thread is back from good old 2002 tisk tisk anna_2010,