在 Flash Player 中隐藏源代码

发布于 2024-11-16 17:44:15 字数 147 浏览 2 评论 0原文

我必须开发一个使用 flash 播放器在线播放视频的应用程序。所有视频文件的播放/下载都会产生一些费用,因此不应下载。

那么现在的问题是,当用户播放视频时,他/她可以查看Flash Player的源,然后可以下载。

请告诉我如何隐藏或其他一些东西?

I have to develop an application to play video online using flash player. All the video files have some cost to play/download and should not to be downloaded.

So now the problem is that when a user play a video he/she can view the source of flash player and then can download.

Please tell me how it is possible to hide or some other stuffs?

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

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

发布评论

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

评论(1

小嗷兮 2024-11-23 17:44:15

如果使用前端视频播放器,用户如何查看Flash视频的来源?您通常有一个视频文件,然后是一个 Flash 播放器应用程序,它可以浏览视频并播放它们,但不会泄露源。

另一种方法是使用流媒体服务器,例如 Flash 媒体服务器,其中视频被馈送到前端并且不能作为单个文件提供。

How can the user view the source of the Flash video if you use a front end video player? You typically have a video file, then an Flash player application that can browse videos and play them but not reveal the source.

Alternative, is a using a streaming server, like Flash media server, where the video is fed to the front end and not available as a single file.

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