InsertFlashContentIncludePluginsPage 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 specifies whether to include the pluginsPage attribute of the EMBED element that defines the page where the Flash Player can be downloaded. Only applies to the embed tag and is ignored if UseEmbedElement is false. If empty, the pluginsPage attribute is omitted in the rendered html code.

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

public virtual bool IncludePluginsPage { get; set; }

Property Value

Type: Boolean
true to render the pluginsPage attribute in the embed element. The default value is false.
See Also

Reference