Embed videos which have no control options and close option in HTML document -


trying embed video file (mp4) html document. video play without being paused , without being closed/minimized.

<video width="320" height="240"> <source src="mov.mp4" type="video/mp4"> </video>

i using code play video in html. not able remove controls video. if right click on video, still control options.

so know if there way disable controls on video or use player can remove controls.

i know if can dynamically write display data on video space while being played.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -