Plays a video in the browser.
The Wisej.NET Video control allows users to play media from a given video file.
For a full list of properties, methods and events see the API documentation.
If the AutoPlay property is specified, the video will automatically begin playback as soon as it can do so, without waiting for the entire video file to finish downloading.
The user must interact with the page first before audio can be played.
The browser offers controls to allow the user to control video playback, including volume, seeking, and pause/resume playback.
The Video control has a different appearance depending on the browser. See Media.
Picture-in-Picture allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.
Class name
"wisej.web.Video"
Source code
Plays audio in the browser.
The Wisej.NET Audio control allows users to play media from a given audio file.
For a full list of properties, methods and events see the API documentation.
If the AutoPlay property is specified, the audio will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading.
The user must interact with the page first before audio can be played. See https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#webaudio
The browser offers controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback.
The Audio control has a different appearance depending on the browser. See Media.
Class name
"wisej.web.Audio"
Source code
Represents a FlashPlayer control that can display flash applications.
As of 2021, Adobe has ended support for the Flash Player plugin. Flash content, including audio and video, will no longer play back in most modern browsers.
For a full list of properties, methods and events see the API documentation.
The Loop property specifies whether a timeline-based SWF file repeats indefinitely or stops when it reaches the last frame.
The WindowMode property gets or sets the WindowMode property of the SWF file for transparency, positioning, and rendering in the browser.
Class name
"wisej.web.FlashPlayer"
Source code