Skip to main content
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.v23.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