InsertFlashContent Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Renders static Html that embeds Adobe Flash content in such a way that will be viewed as active content in web a browser.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    ContentStudio.Site.ControlsInsertFlashContent

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

public class InsertFlashContent : Control

The InsertFlashContent type exposes the following members.

Constructors

  NameDescription
Public methodInsertFlashContent
Initializes a new instance of the InsertFlashContent class
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAlign
Gets or sets a value that specifies how the flash player aligns its content against the edges.
Public propertyAllowContextMenu
Gets or sets a value indicating whether the user can display the player's context menu.
Public propertyAllowFullScreen
Gets or sets a value that determines whether the embedded flash content can be viewed in full screen.
Public propertyAllowScriptAccess
Gets or sets a value that determines how the HTML code that loads the embedded flash content controls the ability to perform outbound URL access from within the SWF file
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyBgColor
Gets or sets a value that specifies the background color of the movie. Use this property to override the background color setting specified in the Flash file. This attribute does not affect the background color of the HTML page..
Public propertyBindingContainer (Inherited from Control.)
Protected propertyChildControlsCreated (Inherited from Control.)
Public propertyClientID (Inherited from Control.)
Protected propertyClientIDSeparator (Inherited from Control.)
Public propertyCodeBase
Gets or sets the flash player source file for Internet Explorer. If empty (default) the codebase attribute is omitted in the rendered html code.
Protected propertyContext (Inherited from Control.)
Public propertyControls (Inherited from Control.)
Protected propertyDesignMode (Inherited from Control.)
Public propertyEnableTheming (Inherited from Control.)
Public propertyEnableViewState (Inherited from Control.)
Protected propertyEvents (Inherited from Control.)
Public propertyFlashVars
Gets a collection of FlashVarParameter arguments to send to the Flash Player.
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyHeight
Gets or sets the height of the embedded flash content.
Public propertyID (Inherited from Control.)
Protected propertyIdSeparator (Inherited from Control.)
Public propertyIncludePluginsPage
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.
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyLoop
Gets or sets a value that specifies whether the movie repeats indefinitely or stops when it reaches the last frame.
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage (Inherited from Control.)
Public propertyParent (Inherited from Control.)
Public propertyPlay
Gets or sets a value that specifies whether the movie begins playing immediately on loading in the browser..
Public propertyQuality
Gets or sets a value that the playback quality of the embedded flash content.
Public propertySAlign
Gets or sets a value that specifies the scaled alignment of the Flash Movie.
Public propertyScale
Gets or sets a value that defines how the embedded flash content should be scaled.
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertySource
Gets or sets the flash content source.
Public propertySwLiveConnect
Gets or sets a value that specifies whether the browser should start Java when loading the Flash Player for the first time. If you use JavaScript and Flash on the same page, Java must be running for the FSCommand to work.
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyUniqueID (Inherited from Control.)
Public propertyUseEmbedElement
Gets or sets a value that determines whether the embed element should be included in the rendered Html.
Public propertyWidth
Gets or sets the width of the embedded flash content.
Protected propertyViewState (Inherited from Control.)
Protected propertyViewStateIgnoresCase (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyWMode
Gets or sets a value that determines the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.
Top
Methods

  NameDescription
Protected methodAddedControl (Inherited from Control.)
Protected methodAddParsedSubObject (Inherited from Control.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodCreateChildControls (Inherited from Control.)
Protected methodCreateControlCollection (Inherited from Control.)
Public methodDataBind (Inherited from Control.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from Control.)
Protected methodFindControl(String, Int32) (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Protected methodGetDesignModeState (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodIsLiteralContent (Inherited from Control.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadViewState (Inherited from Control.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnDataBinding (Inherited from Control.)
Protected methodOnInit (Inherited from Control.)
Protected methodOnLoad (Inherited from Control.)
Protected methodOnPreRender (Inherited from Control.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Overrides ControlRender(HtmlTextWriter).)
Protected methodRenderChildren (Inherited from Control.)
Public methodRenderControl(HtmlTextWriter) (Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSaveViewState (Inherited from Control.)
Protected methodSetDesignModeState (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState
Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. This object is accessible through the ViewState property.
(Overrides ControlTrackViewState.)
Top
Events

  NameDescription
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventUnload (Inherited from Control.)
Top
Fields

  NameDescription
Public fieldFlashClassId
Defines the class id of the ActiveX flash player for Windows
Public fieldFlashContentType
Defines the content type (mime type) of a flash player movie
Top
Remarks

This class was introduced in Content Studio version 5.3

If the flash warrants user input, it's necessary to click the flash to activate it before interaction is possible.
Note Note
The Html rendered by this control follows the official Adobe Flash player specification for static Html in the documents http://kb2.adobe.com/cps/415/tn_4150.html and http://kb2.adobe.com/cps/127/tn_12701.html.

Compatible with

  • Chrome
  • Internet Explorer
  • Netscape
  • Opera
  • Safari
  • Firefox
  • Avant
  • Orca
See Also

Reference