All pages
Powered by GitBook
1 of 1

Loading...

FlashPlayer

Wisej.Web.FlashPlayer

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

  • Control

    • FlashPlayer

Represents a FlashPlayer control that can display flash applications.

Constructors

FlashPlayer()

Initializes a new instance of the class.

Properties

BorderStyle

: Indicates the border style for the control.

LoadTimeout

: Gets or sets the load timeout in milliseconds.

Loop

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

Quality

: Specifies the display list Stage rendering quality.

ScaleMode

: Controls the ability to perform outbound URL access from within the SWF file.

ScriptAccess

: Controls the ability to perform outbound URL access from within the SWF file.

ShowMenu

: Specifies if movie playback controls are available in the Flash Player context menu.

SwfSource

: Returns or sets the pdf file name to display in the control.

Variables

: Returns or sets a JSON definition of the variables to pass the Flash player in the FlashVars parameter.

WindowMode

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

Events

SwfSourceChanged

Fired when the SwfSource property has changed.

Implements

Name
Description

IBindableComponent

Bindable components 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.

Public Class FlashPlayer
    Inherits Control
    Implements IWisejHandler
FlashPlayer
BorderStyle
Int32
Boolean
FlashPlayerQuality
FlashPlayerScale
FlashPlayerScriptAccess
Boolean
String
FlashPlayer
String
FlashPlayerWindowMode
EventHandler
public class FlashPlayer : Control, IWisejHandler