InsertFlashContentUseEmbedElement Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets a value that determines whether the embed element should be included in the rendered Html.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool UseEmbedElement { get; set; }

Property Value

Type: Boolean
true if the embed element should be included; false otherwise. Default value is false.
Remarks

Activating this property is not recommended since this deprecated element does not pass Xhtml validation. However, the embed element is needed for the Netscape Web browser.
See Also

Reference