problem with mute/pause sound on multi audio players in one page
hello guys. im using this player http://activeden.net/item/background-music-button/28370 for my site and i am also using http://activeden.net/item/advanced-mp3-player-resizeable-paypal-support/full_screen_preview/111963 i have 2 instances of advanced player in one page and the backround player. I want to pause the other players when one of the 2 advanced players are playing, something like that: if myadvancedmp3player1 is playing (if i press the play button), pause myadvancedmp3player2 and pause backround_music. if myadvancedmp3player2 is playing, pause myadvancedmp3player1 and pause backround_music
myplayer.playbutton.onpress? where and how i can find tthe supported functions that i can call? te backround player has a file in the files that called AC_RunActiveContent.js and the advanced player swfobject.js. are those functions somewhere in there?