Wisej.Web.FlashPlayer
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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 SwfSource property has changed.
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.
Wisej.Web.Media
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Base implementation for media controls.
Boolean: Plays the media directly when it is loaded / the page is loaded.
BorderStyle: Indicates the border style for the control.
Double: Sets or returns the current playback position in the audio/video (in seconds).
Boolean: Indicates that the media element is to seek back to the start of the media resource upon reaching the end.
Boolean: Specifies that the audio output of the video should be muted.
Boolean: Shows or hides the native control of the video element.
String: Returns or sets the URL of the video file to display in the video control.
Double: Indicates the border style for the control.
Pauses the currently playing audio/video.
Starts playing the audio/video.
EventHandler Fired when the current time has been changed.
EventHandler Fired when the audio/video has finished playing.
EventHandler Fired when an error occurred during the loading of an audio/video.
EventHandler Fired when the audio/video has been paused.
EventHandler Fires when the audio/video is playing after having been paused or stopped for buffering.
EventHandler Fired when the volume has been changed.
EventHandler Fired when the video stops because it needs to buffer the next frame.
Name | Description |
---|---|
Name | Description |
---|---|
Represents a Video control that displays a video file.
Represents a Audio control that plays an audio file.
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.
Wisej.Web.Video
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a Video control that displays a video file.
ObjectFit: Gets or sets the object-fit value for the video. to apply to the video.
See https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit.
Boolean: Gets or sets the presence of the playsinline attribute.
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.
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.
Allows an object to serialize itself.