如何让 Flash AS3 投影仪加载受保护的内容?
如何让 Flash AS3 投影仪从受密码保护的服务器加载受保护的图像/mp3/视频?我在受密码保护的目录中有一堆内容,我不希望人们访问这些内容,除非它位于我的闪存投影仪中。这可能吗?
How Can I have a Flash AS3 Projector load protected images/mp3s/videos from a password protected server? I have a bunch of content in a password protected directory that I do not want people to access unless it is in my flash Projector. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1.-将图像放在不受保护的文件夹中,名称任意,除了images或img
2.-在 apache 服务器配置文件或根目录下的 .htaccess 文件中设置“Options -indexes”
3.-然后将投影仪正常链接到图像。
希望这有帮助
1.-Put the images in a non-protected folder with any name except images or img
2.-Set "Options -indexes" in your apache server configuration file or in a .htaccess file in your root directory
3.-Then link your Projector normally to the images.
Hope this helps