Flex:flexlib Base64Image 无法在本地工作?

发布于 2024-12-12 06:25:16 字数 215 浏览 0 评论 0原文

我重新创建了这个 使用 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 技术交流群。

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

发布评论

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

评论(1

桃扇骨 2024-12-19 06:25:16

这是预期的

的,这是因为安全问题。

可以在本地运行吗?

不在直接打开文件的网络浏览器中。要使其在“本地”工作,您可以将文件托管在本地 Web 服务器中,或者将 Flex 应用程序转换为 AIR 应用程序。

Is this expected

Yes, it's because of security issues.

can it be done so that it works locally?

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.

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