The goog.ui.media.FlashObject.Wmodes Enum

goog.ui.media.FlashObject.Wmodes

The different modes for displaying a SWF. Note that different wmodes can result in different bugs in different browsers and also that both OPAQUE and TRANSPARENT will result in a performance hit.

@enum
{string}

.OPAQUE

Allows for z-ordering of the SWF.

.TRANSPARENT

Allows for z-ordering of the SWF and plays the SWF with a transparent BG.

.WINDOW

The default wmode. Does not allow for z-ordering of the SWF.