Placing a flash movie or Google map on your page can be useful, but not when menu drop downs fall behind the flash object or iframe.
Flash is always the highest thing on the page wether you give it a z-index or not.
When I placed the flash on the websites page I tried using the search box, and the results always showed up behind the flash movie.
Some suggest wrapping the movie or iframe in a div with a low z-index or 'stacking order' but this unfortunatly does not work.
My original code to embed the flash used an iframe to avoid the problem of embedding a flash file which uses an xml into the joomla content management system. It looked like this:
Original code:
<iframe src="/PathToMy.swf" width="900px" height="300px" frameborder="0" scrolling="auto"></iframe></code></p>
<p>This was working great and the SWF could read the XML file, but the search results were faling behind the movie.</p>
<p>The solution is to change the way you embed the flash file. It should be placed in an object tag like this:</p>
<p><strong>Correct code:</strong></p>
<p><code><object height="300" width="900" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><br /> <param name="src" value="PathToMy.swf" />Sitemap | Contact Form | ©Copyright 2012 Robert Went