-1

I have a problem with a menu on joomla 2.5, the sub menu appears under the flash content as the image below

enter image description here

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>
4

1 回答 1

0

这是 Flash 内容(YouTube 等)常见的 z-index 问题。尝试添加

?wmode=transparent

到您的源 URL 的末尾。

Google Chrome、Flash 和 z-index 错误行为

http://forums.adobe.com/message/4123098

于 2013-01-28T19:02:32.357 回答