Skip to main content
A newer version of this page is available. .
Tab

FlashObjectProperties.SWLiveConnect Property

Gets or sets whether the browser should start Java when loading the Flash Player for the first time.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool SWLiveConnect { get; set; }

Property Value

Type Default Description
Boolean **false**

true to start Java when loading the Flash Player for the first time; otherwise, false.

Remarks

If you use JavaScript and Flash on the same page, Java must be running for the FSCommand to work.

See Also