understanding audio player and post back of web page

266 views Asked by At

I have a web page with search text box, to search movies.

  1. user search a movie and press enter. Then I list down all the songs of that movie in a list.

  2. User clicks a song from the list of songs and that song start playing in audio player in my web page.

If user want to listen/Browse songs from different movie they type in the movie name in my search box and press enter. Now a post back occurs this post back stops the song that users is listening to.

I don't want my audio player to stop or pause playing on post-back. I cannot go ahead with ajax call. it has to be a complete post back.

I have seen this working (as expected above) in Gaana.com. In gaana.com entire page get postback but the player continues to play the song it is playing without a pause or stop.

Please let me know how can this be achieved.

0

There are 0 answers