I have a problem with a menu on joomla 2.5, the sub menu appears under the flash content as the image below
Any body can help?
I am using the below code to ember the swf inside the joomla site
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("../../ammap/ammap.swf", "ammap", "100%", "100%", "8", "#f2f2f2");
so.addVariable("path", "../../ammap/");
so.addVariable("data_file", escape("ammap_data.xml"));
so.addVariable("settings_file", escape("ammap_settings.xml"));
so.addVariable("preloader_color", "#999999");
so.write("flashcontent");
// ]]>
</script>