2 in 1: apply z-index to swf with transparent background

06.04.2011
face

I think you must have come across the fact that you could not place any element of a web page on top of a flash movie, z-index did not help . If the wmode parameter is not explicitly set, it defaults to window. In this mode, the flash drive is placed on top of all HTML.

In order to block the flash drive, you must set the wmode parameter to transparent or opaque.


Treatment - transparent (transparent)

<param value="transparent" name="wmode" />

and here is the code itself:

<object width="300" height="200" type="application/x-shockwave-flash" data="/ILYA/arnis/templates/main/images/logo.swf">
<param name="movie" value=" logo.swf " />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param value="transparent" name="wmode" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="align" value="" />
<param name="allowScriptAccess" value="sameDomain" />
</object>



Bonus flash drive from me)
Bonus flash drive

Last in our blog

Internet Marketing
04.11.2019