windowMode property

String? windowMode
getter/setter pair

Window mode options for flash assets.

Applicable to the following creative types: FLASH_INPAGE, RICH_MEDIA_DISPLAY_EXPANDING, RICH_MEDIA_IM_EXPAND, RICH_MEDIA_DISPLAY_BANNER, and RICH_MEDIA_INPAGE_FLOATING. Possible string values are:

  • "OPAQUE" : Allows overlapping of Html and SWF content.
  • "WINDOW" : Default
  • "TRANSPARENT" : Used for non-square borders. Allows overlapping of Html and SWF content.

Implementation

core.String? windowMode;