I currently have a swf file streaming flv files. When I open "Live HTTP Headers" in Firefox, it shows the request for the flv file, the location is very obvious and the user can easily download it.
Removing it from the html source code is easy, as I can obfuscate the filename within flash, however, it still shows the file location. So I want to stream the flv file through a php file.
This way my php file can check whether it is getting the request from the swf file, or a user is attempting to download my flv's; it will then allow access or deny access to the file (respectively).
Start Free Trial