Importing Flash project into Flash Builder

痞子三分冷 提交于 2019-11-30 05:31:15

问题


I am on a mac and I have a preexisting Flash project. (i.e usual fla, src, lib) folders.
Now, I want to start writing the code using Flash Builder 4.

How do I import all those files so I can now develop in Flash Builder 4?

Thank you,
Tee


回答1:


Found it. Just need to do File > New > Flex Project to define a project for the folder containing your app.

Thanks,
Tee




回答2:


Flash Builder cannot open fla files. If your code is pure actionscript, you can create new project and remake it there.




回答3:


You can use Flash Builder 4 to open and run Flex Builder 3 projects. The 3.5 SDK comes as part of the Flash Builder 4 install. If you have pure actionscript files, and don't have a 3.5 project, then you can always create a new project, then copy in your directory structure. It shouldn't be too painful, but you probably want to move some of your prior actionscript into mxml for your views to take advantage of its conciseness in describing views.



来源:https://stackoverflow.com/questions/5109405/importing-flash-project-into-flash-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!