Hi,
I have a Flash application that calls in high-quality images from a folder on my server (using urls in an XML file). The worry is however that people will take these images and be able to use them for their own purposes without my permission.
I tried password protecting the images folder using .htaccess, and then in flash I appended the username and password to the url to give it access (i.e. http://username:myPassword@mysite.com/myImages) ... and that works for keeping people out of the 'myImages' folder, and also allows Flash to pull in the picture. The problem is though, that in Safari (and I imagine other browsers as well), if I open the 'activity' window, it shows all of the various files (php scripts, images, flash movies) etc. currently being used by that webpage, and in the line where it shows flash calling in the image, it includes the user name password! I had been hoping it would just show the link to the image...but its showing 'http://username:myPassword@mysite.com/myImages/mypic.jpg'
Obviously this is unacceptable since anyone who is smart enough to open the 'activity' window has the username/password right on display for them!
Any ideas on how I could protect these files using PHP (or anything else you can think of), and still be access them through Flash? ...or how to make it so that the username/password aren't visible through things like the Activity window??
Any suggestions would be greatly appreciated,
Thanks!
-b.