Flex:flexlib Base64Image 无法在本地工作?
我重新创建了这个 使用 Base64Image 的示例但它在本地运行时不起作用,只有当我从网络服务器加载它时才起作用。这是预期的吗?可以这样做以便在本地运行吗?
I recreated this example of using Base64Image but it does not work when ran locally, only when I load it from a web server. Is this expected and can it be done so that it works locally?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
的,这是因为安全问题。
不在直接打开文件的网络浏览器中。要使其在“本地”工作,您可以将文件托管在本地 Web 服务器中,或者将 Flex 应用程序转换为 AIR 应用程序。
Yes, it's because of security issues.
Not in a web browser that is opening the file directly. To get it to work 'locally' you could host the file in a local web server, or turn your flex app into an AIR app.