Hi, i have a mediaplayer on my site, and there are sites using it to play videos on there sites. Is there a way i can make a different flash file show to that site only? for example a flash file saying that the site is stealing from mysite.com etc.? Thanks, SP360
Hi, Yes there is a way, use Apache modrewrite to check if the referrer is not your own server and if so redirect to any file. This will stop them.
This causes problems with people that have security software which erases the referer information. It's also very easy to spoof your referer to download the files. - RoxD
Hi, RoxD, if you read the thread, the guy is not worried about having the flash file downloaded, he's worried about sites embedding his flash (still on his server), so that's where my fix applies.