Audio and video players built with the html5 audio/video tags now have a download link. i only want people to stream our media, not download them. is there a way to hide or disable the download link?. "i'm looking for this software cause it's the only one which you can have more than 1 video in the player. the html 5 video player downloads very fast and it works very well till now." --randy steck "download the html5 video player for mac couple of days ago. i have a fashion website and have lots of video to update.. Here's how i disabled html5 video in chrome on windows: find the file called ffmpegsumo.dll where chrome is installed (c:program files (x86)googlechromeapplication30.xxxxx for me) worked for me as well, but after a while the html5 player returned. maybe we will have to remove this file each time chrome is updated..
This tutorial has only covered the basics of what you can do with the media api and how you can use it to provide a custom control set for a html5 media player. while we have concentrated on video, the code above can be very easily adapted to support html5 audio instead of or as well as video.. There is a way to control these elements - such as media player controls - with what is called the “shadow dom” - which does not work in this case. the solutions i saw (as per the link above) “fixed” this issue by making the video~audio container’s overflow invisible and then made the controls panel wider until the download button was outside the container bounds.. The problem of html5 video controls in full-screen mode. while working on a custom html5 video framework lately, i stumbled upon an issue which a lot of designers and developers stumble upon in this area. instead of displaying the custom controls i was working on, native browser controls appeared on the video when it entered the full-screen mode..