flashdevelop项目可以输出多个文件吗?
如果我使用 FlashDevelop 来加载多个 swf,我可以在一个项目中使用所有这些 swf,还是每个“模块”都需要自己的项目?
If I'm using FlashDevelop for multiple swfs that get loaded, can I work with all of them in one project, or do each of the "modules" need their own project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:如果您只是加载 swf 文件,那么不需要为它们创建项目不需要编译它们。
不幸的是 FD 仅支持 1 个开放项目。
不过,可以在相同目录中创建多个项目文件 (*.as3proj)。通过右键单击未打开的项目文件,您可以选择“构建项目文件”。
如果您右键单击主项目文件(根节点),您甚至可以选择“构建所有项目”来编译所有项目(我认为构建顺序是按字母顺序排列的)。
我希望这有帮助。
Edit: If you're just loading the swf files then there's no need to create projects for them as you don't need to compile them.
Unfortunately FD only supports 1 open project.
However it is possible to create several project files (*.as3proj) in the same directory. By right-clicking an unopend project file you can select "Build Project File".
If you right click on the main project file (root node) you can even select "Build All Projects" to compile all of them (I think the build order is alphabethically).
I hope this helps.