On my website, I have a subtle flash video playing in the background that loops every 30 seconds. It's not necessary for navigation, just a nice visual touch.
However, every time a new page is loaded, the video restarts from the beginning. I'm looking for a way in actionscript or javascript to make it remember its position on the old page and continue from there on the new page.
I know there are ways to achieve this by using frames or AJAX, but I'd prefer to explore other options first.
I've come across others who have solved this issue, but they haven't shared their method. Any help would be greatly appreciated.
Thanks!