View Full Version : How to resist people cracking your Videos and Flash's. (and, how to crack em'!)


aaproductions
05-12-2005, 06:19 PM
This is how you rip a file off of a website.

1: Go to the page where the video or flash is.
2: DONT CLICK ON THE VIDEO, right click on the page.
3: Scroll down to "View Source".
4: Look for the name of a file (example: http://70.85.12.163/albino_flash01/NapoleonDance(www.albinoblacksheep.com) .swf)
5: If its a video, it should open Window Media Player, then save the file. If its flash, just copy the link and paste it somewhere.
__________________________________________________-
directions how to RESIST people from using this method on your site:

Put this code on every page:

<script language="JavaScript1.2">

/*Disable right mouse click Scriptİ Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions, 100's more DHTML scripts, and
Terms Of Use, visit dynamicdrive.com This script last updated:99/04/05
*/ if (document.all) document.body.onmousedown=new Function("if (event.button==2| |event.button==3)alert('The right mouse button has been disabled')")
</script>

blackice
05-12-2005, 06:28 PM
and you realize that the javascript is only effective for IE users right?