So here is my situation, I am redesigning my portfolio. I am making it entirely out of html, with some embedded javascript tools to display photos and what not.
I have already made a flash player that plays music, and has a start and stop button.
here is what I want to do: I want to load the flash player when someone visits the site, the music will start playing. that much I can do by myself. The problem is, since it is html based, whenever you navigate to another page, the flash player will be refreshed and it will start all over again. How can I avoid this? Is there a simple way to include it on a static footer that is not refreshed when you click on a link?