How can I prevent/make it hard to download my flash video?

后端 未结 9 1802
执笔经年
执笔经年 2020-12-05 21:45

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

9条回答
  •  南笙
    南笙 (楼主)
    2020-12-05 22:21

    I have attempted two way to prevent the downloading but fails.

    • Using javascript to dynamically generate the object for flash.
    • Using the token idea proposed in the question.

    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.

提交回复
热议问题