October 28th, 2012LWMW: How to show modal window above a Flash animation
Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Carole
Initial Email Subject: positioning the modal
Support Case Month: October 2012
hello,
The home page includes a .swf animation, but ,when I open the modal window, the .swf is always in front of this modal.
z-index for the modal doesn't work in this case ...
So can you give me any help to put the animation behind the modal ?
Thank you.
Carole Bourdon
Related URL: http://creoliles.com
Reply From: Likno Customer Support
Dear Carole,
Indeed the flash applets ignore the z-index and always stay “on top”. The solution is to add the “wmode=transparent” parameter into your flash applet.
Please try changing this:
<object
/*some other code is here*/
<embed
/*some other code is here*/
></embed></object>
Into this:<object/*some other code is here*/<param name="wmode" value="transparent">
<embed
/*some other code is here*/wmode="transparent"
/*some other code is here*/></embed></object>
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: Carole
Thank you very much for that, it works fine !
Regards
Carole & Pierre
Tags: animation, applet, flash, jquery, modal, modal window, parameter, show, transparent, website, window, z index