Searched around and I found this.
<PARAM NAME=”EnableContextMenu” VALUE=”false”> or EnableContextMenu=false in the embed tag will do to disable the right click.
Posts Tagged ‘DNN Media’
Disable right click on embed media player
Posted in ASP.NET 2.0, asp.net, tagged DNN Media on November 22, 2007 | Leave a Comment »
DNN’s Media Module – How to stop Video/Audio playback until user clicks play
Posted in ASP.NET 2.0, DNN Module Development, DotNetNuke v4, dnn, dotnetnuke, tagged DNN Media on September 25, 2007 | 2 Comments »
When you create a new media module, it will automatic play the video/audio once the page is loaded. You will feel extreamely annoying.
You can please download the file here , I m already change the source code which disable autorun upon load the page.
(it worked for DNN4.5.5).