Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Fox8124981

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

Quick Google search turns up Adobe's docs #1 which explains it quite well:


wmode attribute or parameter Value

Window | Opaque | Transparent Template
variable: $WM

Description

(Optional) Lets you use the
transparent Flash content, absolute
positioning, and layering
capabilities available in Internet
Explorer 4.0. For a list of browsers
this attribute/parameter supports, see
Publishing Flash documents.

Window Plays the application in its
own rectangular window on a web page.
Window indicates that the Flash
application has no interaction with
HTML layers and is always the topmost
item.

Opaque Makes the application hide
everything behind it on the page.

Transparent Makes the background of
the HTML page show through all the
transparent portions of the
application and can slow animation
performance.

Opaque windowless and Transparent
windowless Both interact with HTML
layers, letting layers above the SWF
file block out the application.
Transparent allows transparency so
that HTML layers below the SWF file
might show through if a section of the
SWF file has transparency; opaque
does not.

The default value is Window if this
attribute is omitted. Applies to
object only.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme