I want to at least prevent normal users to download my flash video.
What\'s the best way to do it?
Create a httphandler, add a token (e.g. timeid), set the c
I have attempted two way to prevent the downloading but fails.
What annoying me most is that a simple SAVE/AS from the firefox browser could easily bypass the tricks.
The only variable way so far is to using an empty swf file to load another swf file in. Combined with the token idea, it works.