I am implementing an flash, image based menu, as a part of the webpage templates. This menu will be in the header area, and will be available on every page of the site. My problem is that the flash content (swf-file) gets reloaded when the visitor clicks in to another page – which is disturbing and unnecessary.
How can I make the flash content, NOT reload on every page?
I am thinking that it should be possible to achieve that with an iframe. But I would rather use some nifty little php-code, javascript or something similar to achieve the same thing!