Forum Moderators: phranque
... that worry led to the question: would it be possible to write an .htaccess for the image folder that only accepts requests from the flash movie? I am still rather new to this so my excuses if the answer is evident.
Once the image is in the client's browser cache, it's a simple matter for the user to save the image from there. So, don't work too-too hard to make thios bulletproof, because it can't be. We can make things difficult for amateurs and for anyone in a hurry, but it's pretty difficult to make image copying "impossible." A combination of the previously-discussed anti-hotlinking techniques and watermarking may be your best solution.
Jim
I had to read up a bit more on the workings of the flash plug-in as well - and it behaves not so much differently (in loading external images and such) from any normal html. I was thinking that it was the flash player calling for the image and that it would be possible to block any image request not coming from a flash player... but the flash request seems to send all the usual headers.
Thanks again, take care,
Josefu.