I have a website that is already completed in ASP.NET. I need to add a section below that contains live streaming video chat (Flash Object), and I need it to persist on different page visits.
eg. I have profile.aspx and local.aspx that can be visited, and I need to keep the small chat frame below between page changes.
Here pic:
alt text http://c3gl.com/pageper.jpg
The only thing I can do is ...
Make the whole site on a page that just dynamically loads what it needs. or use the 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 already have a whole bunch of aspx?
Edit: I forgot to mention chat is a video streaming chat. (flash object)
Jason source
share