FlashControl.Wmode Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe Flash

Gets or sets the window mode of the Flash control for transparency, layering, and positioning in the browser.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public string Wmode { get; set; }

Property Value

Type: System..String

The window mode.

Default value is "window".

Remarks

The following values are possible:

  • window - movie plays in its own rectangular window on a web page.
  • opaque - the movie hides everything on the page behind it.
  • transparent - the background of the HTML page shows through all transparent portions of the movie. This option can slow animation performance.

See Also

Reference