使用 FDT 网络服务
我最近开始使用 FDT,有一段时间我使用 FlashDevelop,它在编译器选项中有一个非常方便的功能,您可以将 UseNetworkServices 设置为 false,这将阻止编译后的 swf 连接到互联网,并且对于独立运行非常有用Flash应用程序在加载外部xml文件等时没有安全警告。
有人知道FDT是否有类似的功能吗?如果没有办法,那么不用担心,我可以在 Flash Develop 中编译该项目,但是如果我可以从 FDT 中进行编译,那就更好了。
干杯,伙计们, 将要
I've recently started using FDT, for a while I was using FlashDevelop, it had a really handy feature in Compiler options where you can set UseNetworkServices to false which would stop the compiled swf from connecting to the internet and became very useful for running standalone flash apps without security warnings when loading in an external xml file etc.
Does anybody know if FDT has a similar function? If there isn't a way, then no worries, I can compile the project in Flash Develop, however it would be best if I can do it from FDT.
Cheers guys,
Will
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开项目的运行配置并将 -
use-network=true
添加到编译器参数中。open run configurations for your project and add -
use-network=true
to the compiler arguments.