The video is placed on the MouseOff layer with a standard video tag: <video id="myvideo"width="100%" height="100%" autoplay muted playsinline loop> <source src="https://initiostar.co.uk/demo/Waterfall.mp4" type="video/mp4"> </video> A cover photo is placed on the MouseOff layer (same dimensions). The anchor “png” image is placed on both layers and given a ClassName of “htmlclass=”anchor” . The cover photo and anchor image on the MouseOff layer are soft-grouped and given a dummy link “javascript: ;”. To avoid the pointer showing a link symbol the following code is placed in the Website HTML Code (head): <style> #myvideo .anchor { cursor: default; } </style> The video sound is muted: one could add “controls” to the video tag code to show a browser’s standard video controls, or write code for the MouseOver to turn-on and off the video itself. Extending the concept to a video player can be viewed here: https://initiostar.co.uk/demo/EmbedVideo/imageplayer.htm

Standard MouseOver with video background