Protecting embedded AVI and Quick time files on your web site.

liunx

Guest
Hi, <br />
I have created and already embedded both AVI and several quick time files on my site. I would like to add security where someone can not right click and hit save as. How can I get rid of this feature so it's not so easy for people to take my work? <br />
<br />
Also how can I also get rid of the features, which allow a person to control the settings on my movie such as: full screen mode etc. <br />
<br />
Example: This site does exactly what I need to do: <br />
<!-- m --><a class="postlink" href="http://www.themediaco.com">http://www.themediaco.com</a><!-- m --><br />
Click on the demo reel. All the settings when you right click are not available. <br />
<br />
Thanks so much.<!--content-->hmm I can right click nd get all the info and save as.<br />
<br />
you can not stop people from taking your stuff.<br />
<br />
you can add a no-right click script and I have a couple on my site (click image in sig) but othetr than that you can still get it.<br />
<br />
actually the best (but not secure) is to have a popup and take away the toolbars adn stuff.<!--content-->What software are you using to edit the movies? <br />
<br />
You have to edit the movie in the software to <br />
stop people from saving any of the footage.<!--content-->Nothing can stop people, if all else fails, which I doubt would, you can always send a Bot and it will grab every file from the site.<!--content-->For your quicktime movies use this code - kioskmode=true in your pages,the code will prevent users from saving the file(not foolproof though)<br />
<br />
For hideing the settings option use this code <br />
controller=false<br />
<br />
This is how ur code will look with the above codes <br />
<br />
<embed src=http://www.htmlforums.com/archive/index.php/"" width="100" height="" autoplay=false controller=true kioskmode=true pluginspage="http://www.apple.com/quicktime/Download <!--more-->/"><br />
<br />
Do what Scoutt said(pop up with no toolbars),thats the best thing you can do.<!--content-->
 
Back
Top