hi,
i have a page with an audio player that plays mp3.
there is a linkbutton on the page and when clicked - it shows a new panel and hides existing (including media player)
or shows an modal extender
popup if the user is not signed in our authenticated asking them to sign in.
If the pop up happens - the music player is stopped and restarts when the extender pop is showing
there is also a button in the modal popup extender window to close - again the causes the page
to postback and the music starts from beginning
I just want the music to keep playing without stop on linkbutton click if modal popup is shown. etc
code below
Go to the complete details ...