FlashPlayer
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a FlashPlayer control that can display flash applications.
- C#
- VB.NET
public class FlashPlayer : Control, IWisejHandler
Public Class FlashPlayer
Inherits Control
Implements IWisejHandler
Constructors
FlashPlayer()
Initializes a new instance of the FlashPlayer class.
Properties
BorderStyle
BorderStyle: Indicates the border style for the control. (Default: None)
LoadTimeout
Int32: Gets or sets the load timeout in milliseconds. (Default: 10000)
Loop
Boolean: Specifies whether a timeline-based SWF file repeats indefinitely or stops when it reaches the last frame. (Default: False)
Quality
FlashPlayerQuality: Specifies the display list Stage rendering quality. (Default: AutoHigh)
ScaleMode
FlashPlayerScale: Controls the ability to perform outbound URL access from within the SWF file. (Default: ShowAll)
ScriptAccess
FlashPlayerScriptAccess: Controls the ability to perform outbound URL access from within the SWF file. (Default: SameDomain)
ShowMenu
Boolean: Specifies if movie playback controls are available in the Flash Player context menu. (Default: True)
SwfSource
String: Returns or sets the pdf file name to display in the FlashPlayer control. (Default: "")
Variables
String: Returns or sets a JSON definition of the variables to pass the Flash player in the FlashVars parameter. (Default: "")
WindowMode
FlashPlayerWindowMode: Returns or sets the Window Mode property of the SWF file for transparency, layering, positioning, and rendering in the browser. (Default: Window)
Events
SwfSourceChanged
EventHandler Fired when the SwfSource property has changed.
Implements
| Name | Description |
|---|---|
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejHandler | Represents a Wisej component that is capable of handling postback requests from the client. |
| IWisejSerializable | Allows an object to serialize itself. |