I have a website that is already completed in ASP.NET. I need to add a section at the bottom that holds a live streaming video chat (Flash Object), and I need it to persist over different page visits.
e.g. I have profile.aspx and local.aspx that might be visited and I need the little chat frame at the bottom to persist between page changes.
Here's a pic:
The only ways I can think to do this are...
Make the whole website on page that just dynamically loads what it needs. or use a bottom frame maybe? (not a fan of this idea)
Is there any other way to do this, or a way to easily implement what I need given the fact that I have a whole bunch of aspx's already?
Edit: I forgot to mention, the chat is a streaming video chat. (flash object)