Flash refresh without page refresh!

I'm working on a lectora course which used audio segments ( contained in swfs ) and I'm wondering about one final thing I need to figure out to get it working satisfactorily. Basically, I have some lectora buttons that stop/start the audio in the swfs when pressed. The global variable they change affects whether the audio plays or stays stopped on the following pages...and so on until the button is pressed again.I wanted to have it so that if the audio is playing, the stop button is clicked and then the start button was clicked again - the audio starts over. At the moment it resumes from where it was stopped. Basically I need the JS that can refresh / replay a flash movie.I know that this can refresh the page:GoTo WebAddress javascript:window.location.reload( false ); but ideally I just want to refresh the flash movie....and it has to happen from a lectora button click, rather then from flash itself.thanks,Turlon.

Discussions have been disabled for this post