Skip to main content
Tab

FlashObjectProperties.Play Property

Gets or sets whether the Flash movie begins playing immediately on loading in the browser.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Play { get; set; }

Property Value

Type Default Description
Boolean true

true to begin playing the Flash movie immediately on loading in the browser; otherwise, false.

See Also