Skip to main content
A newer version of this page is available. .
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.v20.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