Skip to main content
Version: 4.1

FlashPlayer

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents a FlashPlayer control that can display flash applications.

public class FlashPlayer : Control, IWisejHandler

Constructors

Instance member FlashPlayer()

Initializes a new instance of the FlashPlayer class.

Properties

Instance member BorderStyle

BorderStyle: Indicates the border style for the control. (Default: None)

Instance member LoadTimeout

Int32: Gets or sets the load timeout in milliseconds. (Default: 10000)

Instance member Loop

Boolean: Specifies whether a timeline-based SWF file repeats indefinitely or stops when it reaches the last frame. (Default: False)

Instance member Quality

FlashPlayerQuality: Specifies the display list Stage rendering quality. (Default: AutoHigh)

Instance member ScaleMode

FlashPlayerScale: Controls the ability to perform outbound URL access from within the SWF file. (Default: ShowAll)

Instance member ScriptAccess

FlashPlayerScriptAccess: Controls the ability to perform outbound URL access from within the SWF file. (Default: SameDomain)

Instance member ShowMenu

Boolean: Specifies if movie playback controls are available in the Flash Player context menu. (Default: True)

Instance member SwfSource

String: Returns or sets the pdf file name to display in the FlashPlayer control. (Default: "")

Instance member Variables

String: Returns or sets a JSON definition of the variables to pass the Flash player in the FlashVars parameter. (Default: "")

Instance member WindowMode

FlashPlayerWindowMode: Returns or sets the Window Mode property of the SWF file for transparency, layering, positioning, and rendering in the browser. (Default: Window)

Methods

Protected member OnWebEvent(e)

Processes the event from the client.

ParameterTypeDescription
eWisejEventArgsEvent arguments.

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Events

Instance member SwfSourceChanged

EventHandler Fired when the SwfSource property has changed.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejHandlerRepresents a Wisej component that is capable of handling postback requests from the client.
IWisejSerializableAllows an object to serialize itself.