InsertFlashContentWindowMode Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum WindowMode
Members

  Member nameValueDescription
Window0 Default; the movie plays in its own rectangular window on a web page. Does not embed any window-related attributes in the object and embed tags. The background of the Flash content is opaque and uses the HTML background color. The Html cannot render above or below the Flash content.
Opaque1 The movie hides everything on the page behind it. Sets the background of the Flash content to opaque, obscuring anything underneath the Flash content. Opaque Windowless lets Html content appear above or on top of Flash content.
Transparent2 The background of the HTML page shows through all transparent portions of the movie - may slow animation performance. Sets the background of the Flash content to transparent. This allows the HTML content to appear above and below the Flash content.
See Also

Reference