Forum Moderators: phranque
I want to find a way to embed these into the membership area so once you are there you can watch them, but you can't actually save them to your desktop and view them later. I am trying to prevent someone from joining my membership area and for the price of one month's worth of fees download all the content that took me countless hours to create and cancel. If they have to keep paying to watch it again and again.
My question is I know that you can use JavaScript to disable the right click on the page, but are there other ways to protect your content from being lifted out of the membership area?
I am aware of streaming being used to deliver video and most browsers can handle this, but I'm not sure about other file formats. If you could convert to a video format you should be good to go, but I imagine there are tools out there that can save streamed video.
There might be some way to time-stamp files so that they only play until a certain date - however, that would have to be a feature of the file format and the player.
There might be some way to require internet authentication, but, again, this would have to be a feature of the file format and the player.
I think that's probably all the alternatives, sorry I can't help with specifics.
Kaled.
Cache-Control: private
then use cookies to verify users and a script to hide the media files as described by jdMorgan here:
[webmasterworld.com...]