I'm not sure I'm in the right forum. I hope so.
I have an IFrame inserted in a content placeholder in a master page that I want available to all pages that access the master page. In this Iframe I point to an aspx page (not related to the master page) that I have embedded a Windows Media Player object. The problem I am having is that everytime I open a new page that references the master page everything reloads including the page in the Iframe. This forces the media player to stop playing and restart. I want to stop the page in the Iframe from reloading. Is there a way to do this? Or does anyone have any ideas to help me keep the media player playing continuously through the session unless the user turns it off of course.
I have worked around this so far by having 2 pages open at the same time with the media player on one and the rest of the site on another. This just does not seem very seamless to me and tends to make it hard for the user to keep track of where they are.
Thanks in advance for your help.
Jim Bambery