Published on 10-01-2010 08:02 PM
Number of Views: 19372
Hotlink Denial controls the html container only. Hotlinking is another word for embedding. For example, you can embed a Youtube video on your website, they even provide a snip of code to make that possible. A user can look at the source code of your html page, copy the embed/object tags (or swfobject) and place that in a html page on their website. You can do the same with img tags, for example. If you want users to do that, it's called embedding; if you don't want them to do it, it's called hotlinking. Use this package when you don't want your users to be able to do this.
...