> > How exactly does your protection scheme work? The directories with the flash videos are protected using htaccess
> > If you're using PHP to read files (from a .htaccess protected > directory) there is no need to use: > > username:[EMAIL PROTECTED]/directory/to/protect > > PHP is not subjected to the restrictions imposed by .htaccess files and > can read protected files directly. > Well i could readfile them in through a script then ?. > If on the other hand you're sending: > > username:[EMAIL PROTECTED]/directory/to/protect > > to the browser so that it can seamlessly download the protected files > then no real protection has been achieved because anyone can link to > those 'protected' files not just your script. > The files are being externally loaded into the parent flash container, sending that as the request to a load movie, so therefore is hidden to the user unless they decompile the swf or use a sniffer. I guess just readfile through php should work without a problem ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php