向同事发送带有 XML 的 Flex POC

发布于 2024-11-25 05:11:16 字数 188 浏览 1 评论 0原文

我被要求整理一个 Flex 加载 XML 文件的概念证明。我这样做了,现在我想通过电子邮件发送 SWF 和 XML 文件,让用户只需单击即可工作,而不是将其放在服务器上。

我在编译器参数中添加了 use-network=false 但这不起作用。我仍然看到空白屏幕。

请问我该如何做到这一点有什么想法吗?

谢谢你!

I've been asked to put together a proof of concept where Flex loads an XML file. I did and now I'd like to email the SWF and XML file and have the user just click and work instead of putting it up on a server.

I've added use-network=false in my compiler arguments but that doesn't work. I'm still seeing a blank screen.

Any ideas on how I can do this, please?

Thank you!

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

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

发布评论

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

评论(2

辞慾 2024-12-02 05:11:16

压缩 bin-debug 文件夹。确保您的 xml 也在其中。将其发送并要求他们启动 bin-debug 文件夹中的 swfFile.htm 文件。
注意:bin-debug 文件夹在 Flex 项目中被称为输出文件夹。

Zip your bin-debug folder. Make sure your xml is in there as well. Send it across and ask them to launch the swfFile.htm file in the bin-debug folder.
Note: bin-debug folder is referred as output folder in your Flex project.

迟到的我 2024-12-02 05:11:16

将 xml 文件放在 Web 服务器上,就不会有问题。

如果您希望它从本地磁盘读取,请在查看器中打开 .swf 并创建投影仪文件 - 然后它将能够毫无问题地访问本地硬盘驱动器。

让我知道进展如何:)

Put the xml file on a web server and you won't have an issue.

If you want it to read from the local disk, open the .swf in the viewer and create a projector file - then it will be able to access the local hard drive without issue.

Let me know how it goes :)

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