Hello everyone! I have just released a new HTML5 Video Player that supports any video format that HTML5 supports. You can upload your own Static File or use a Dynamic Link as the Video Source.
It also supports “Floating” or “Sticking” to a corner as you scroll below the video. You have the following options to configure the Floating Video:
Floating Video Supported Positions:
Top Left
Top Right
Bottom Left
Bottom Right
If you need to further customize the position so that it’s not all the way in one of the corners, you can add Horizontal Padding and Vertical Padding to move it away from the chosen position. For example, if you chose to stick the video in the Bottom Right of the screen, you could move the video 100px to the left and 100px up by setting the following values:
Floating Video Horizontal Padding: 100
Floating Video Vertical Padding: 100
Here is a sample of the plugin in action:
Notable Features:
-
Floating Video - When a user scrolls past the video, a “floating” video can stick to the side of the screen so that the video can continue to be watched as the user scrolls.
-
Disable Right Clicking - Disable right clicking on the video so that it is more difficult to download/save the video from the webpage.
-
Disable Auto-Fullscreen - On many mobile devices, when a video starts playing it will default it to Full Screen mode. Using this video player, you can disable that and let the video play within the web page instead.
-
Auto Play - You can have the video automatically start playing when the video source loads.
NOTE: Some browsers disallow this functionality unless the video is muted. -
Hide Native HTML5 Video Controls - You can hide the default Video controls so that you can use your own buttons to control the video.
Supported Element Actions:
-
Play
-
Pause
-
Set Video Position
-
Set Playback Speed
-
Set Volume
-
Toggle Mute
-
Toggle Play/Pause
Supported Events:
-
Video Ended
-
Video Started to Play
-
Video Paused
-
Video Seeking Started
-
Video Seeking Completed
-
Video Position Changed
-
Volume Changed
-
Media Started Loading
-
Media Finished Loading
Plugin Page:
Demo page:
If you have any questions, concerns, or feature requests, feel free to reach out to me at [email protected]
I appreciate any feedback or suggestions!