January 5th, 2013AWM: Menu appears below a flash object, what can I do?
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: SWF on top
Support Case Month: March 2012
Sorry, cant figure this out. My menu is below my SWF object. I read about this on your site and setting the parameter but it really doesn't show how to do this in my application.
My code looks like this.<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,0,0" width="455" height="340" id="tech" align="right">
so.addParam("wmode", "transparent");
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="indexflash.swf?xml_path=indexflash.xml" />
<param name="quality" value="high" />
<embed src="indexflash.swf?xml_path=indexflash.xml" quality="high" width="455" height="340" name="tech" align="right" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>Related URL: www.mid-iowa.com/index2.php
Reply From: Likno Customer Support
Hello,
It seems that you are using the wrong code. Please try changing this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,0,0" width="455" height="340" id="tech" align="right">so.addParam("wmode", "transparent");
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="indexflash.swf?xml_path=indexflash.xml" />
<param name="quality" value="high" />
<embed src="indexflash.swf?xml_path=indexflash.xml" quality="high" width="455" height="340" name="tech" align="right" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Into this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,0,0" width="455" height="340" id="tech" align="right"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="indexflash.swf?xml_path=indexflash.xml" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="indexflash.swf?xml_path=indexflash.xml" quality="high"
width="455" height="340" name="tech" align="right" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash" wmode="transparent"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>Best Regards,
KostasLikno Customer Support
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: User
Awesome. Thank you
Tags: application, code, css menu, drop-down menu, flash, javascript menu, jquery, Menu, object, parameter, sliding menu, swf, transparent, website