Nice simple effect trying to duplicate

I am trying to duplicate a movement seen here http://www.marvyndt.com/v2/ with his audio component. I really like how you are able to reveal it when you roll over it and hide it when you roll out. I have been trying for most of the day to replicate what is seen here. However I seem to be having some issues. In the attached file audio_kirupa2.fla the revealing is being done by the following actionscript on a transparent button on the word audio.
on (rollOver) {
gotoAndPlay(2);
}

Please note I am also using the flashloaded audioplayer component. If I were to add a button that gave the rollout command, where the user clicks out the audio window area…it conflicts with the buttons for the audio. I guess if you were to see the one on http://www.marvyndt.com/v2/ you would understand what I am trying to accomplish. The files I have been working can be found here www.bredwinners.com/kirupa/audio_kirupa1.fla and www.bredwinners.com/kirupa/audio_kirupa2.fla where on kirupa1 the movement works fine, however I have no control over the audio buttons. Any help would be greatly appreciated.

Thanks In Advance
Bonafide