不用flash ide编译flash fla项目
我对 ActionScript 还很陌生,但很快就厌倦了 Flash IDE,所以我已经切换到了我已经喜欢的 FlashDevelop。
我现在遇到的问题是FlashDevelop仍然切换到Flash来编译fla。 这不会是一个太大的问题,但每次编译都需要 30 秒以上,这对于调试来说是一个真正的痛苦。
有办法解决这个问题吗?
I am fairly new to actionscript but have quickly got sick of the flash IDE, so I have switched FlashDevelop which I like already.
The problem I have now is that FlashDevelop still switches to Flash to compile the fla.
This wouldnt be too much of an issue but the compile takes 30s + each time, which is a real pain for debugging.
Is there a way around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否使用 .fla 中的资源?尝试使用库资源创建 swc 文件,然后直接在 Flash Develop 中进行编译 (http://www.flashdevelop.org/wikidocs/index.php?title=AS3:FlexAndFlashCS3Workflow)
您可能需要将项目类型更改为 AS3项目而不是 Flash IDE。
Are you using assets in the .fla? Try creating a swc file with the library assets and then compiling directly in Flash Develop (http://www.flashdevelop.org/wikidocs/index.php?title=AS3:FlexAndFlashCS3Workflow)
You may need to change your project type to an AS3 Project rather than a Flash IDE one.
如果您要将 getDefinitionByName 与存储在 SWC 中的定义一起使用,请记住完全包含 SWC
请参阅此处:http://flashontherocks.com/2010/12/13/flashdevelop-resolved-issues/
Remember to include the SWC completely if you are going to use getDefinitionByName with definitions stored in the SWC
See here: http://flashontherocks.com/2010/12/13/flashdevelop-resolved-issues/