Wisej.Web.FlashPlayer
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a FlashPlayer control that can display flash applications.
Initializes a new instance of the FlashPlayer class.
BorderStyle: Indicates the border style for the control.
Int32: Gets or sets the load timeout in milliseconds.
Boolean: Specifies whether a timeline-based SWF file repeats indefinitely or stops when it reaches the last frame.
FlashPlayerQuality: Specifies the display list Stage rendering quality.
FlashPlayerScale: Controls the ability to perform outbound URL access from within the SWF file.
FlashPlayerScriptAccess: Controls the ability to perform outbound URL access from within the SWF file.
Boolean: Specifies if movie playback controls are available in the Flash Player context menu.
String: Returns or sets the pdf file name to display in the FlashPlayer control.
String: Returns or sets a JSON definition of the variables to pass the Flash player in the FlashVars parameter.
FlashPlayerWindowMode: Returns or sets the Window Mode property of the SWF file for transparency, layering, positioning, and rendering in the browser.
EventHandler Fired when the flash object has been loaded.
EventHandler Fired when the SwfSource property has changed.
EventHandler Fired when the flash object fails to load within the timeout set by the LoadTimeout property.
Wisej.Web.Video
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a Video control that displays a video file.
Image: Specifies an image to be shown while the video is downloading, or until the user hits the play button.
String: Returns or sets the theme name or URL for the image to display in the Video control.
Wisej.Web.Media
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Base implementation for media controls.
: Plays the media directly when it is loaded / the page is loaded.
: Indicates the border style for the control.
: Sets or returns the current playback position in the audio/video (in seconds).
Pauses the currently playing audio/video.
Starts playing the audio/video.
Name | Description |
---|---|
Name | Description |
---|---|
: Indicates that the media element is to seek back to the start of the media resource upon reaching the end.
: Specifies that the audio output of the video should be muted.
: Shows or hides the native control of the video element.
: Returns or sets the URL of the video file to display in the video control.
: Indicates the border style for the control.
Fired when the current time has been changed.
Fired when the audio/video has finished playing.
Fired when an error occurred during the loading of an audio/video.
Fired when the audio/video has been paused.
Fires when the audio/video is playing after having been paused or stopped for buffering.
Fired when the volume has been changed.
Fired when the video stops because it needs to buffer the next frame.
Name | Description |
---|
Name | Description |
---|
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Represents a Wisej component that is capable of handling postback requests from the client.
Allows an object to serialize itself.
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Represents a control that displays a video file.
Represents a control that plays an audio file.
All wisej controls derived from the class must implement this interface.