使 Flash 电影不可下载

发布于 2024-10-13 06:31:09 字数 52 浏览 5 评论 0原文

有什么方法可以在源代码中隐藏Flash的源代码,这样电影本身就不可下载,或者最好不要复制?

is there any way, to hide the source of a flash in the sourcecode, so that the movie itsself is not downloadable, or better not to copy?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瞄了个咪的 2024-10-20 06:31:09

没有。如果可以查看,则可以下载。您可能会使其难以获取,例如强制 AJAX 调用动态创建 的内容,使用对 PHP 页面的 POST 请求,该页面不允许在没有权限的情况下查看文件那个帖子。

基本上,如果您将文件提供给用户,那么它就是他们的,您无法阻止他们使用该文件进行操作。

Nope. If it's viewable, it's downloadable. You could make it hard to obtain, like forcing an AJAX call to create the content of the <object> dynamically, using a POST request to a PHP page which doesn't allow viewing of the file without that POST.

Basically, if you are giving the file to the user, it's theirs and you can't stop them from doing things with it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文