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

后端 未结 9 1780
执笔经年
执笔经年 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:35

    I have a solution that i'm gonna try for myself (as I have the same worries) but I know that it includes a lot of extra time and work...

    Solution: using flash compress the video into an swf file. Before compressing add some AS code to the movie for authentication. suggestions for authentication:

    1 test url 2 create a dedicated flash player that has handshake code checked by the video.swf

    I like #2 better, and as an extra measure, you can overlay an id code over the video, so if someone captures the video using screen recording software, you'd at least be able to track the original source of the copied video.. and exact suitable retribution...

提交回复
热议问题