• Suppress download .flv?

    By Jonathan Duce 2 decades ago

    This is great. Is there a way to suppress the ability to download the FLV from the player? I have material I only want people to stream and not be able to download for offline viewing.



    Nice work.



    Thanks!

    • Found it . . .

      By Jonathan Duce 2 decades ago

      Just edit the VideoPlayer subform and remove:

           s1.addVariable('link','&lt;Computed Value&gt;/$FILE/&lt;Computed Value&gt;');<br/>
      



      The download arrow is still visible in the player but it doesn't do anything. Works for me.

      • Next version has this in config

        By Neil Gower 2 decades ago

        Hi,



        Glad you found it, the next version has this and other config features for the video player in config. Once I have finishe dthe mountain of paying work i have on at the moment I will get a new version out..



        Neil

    • Easy

      By Colin Williams 2 decades ago

      Change this line on the VideoPlayer subform…



      From: s1.addVariable('showdownload','true');

      To : s1.addVariable('showdownload','false');