向同事发送带有 XML 的 Flex POC
我被要求整理一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
压缩 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.
将 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 :)