打开没有 .actionScriptProperties 的 Flex 项目

发布于 2024-12-26 04:03:22 字数 110 浏览 0 评论 0原文

我需要将一个 Flex 项目导入 FlashDevelop。 但是我无法找到 .actionScriptProperties 文件。 我怎样才能导入该项目?

如果有人能帮助我,那就太好了。

I need to import a flex project into FlashDevelop.
However I am unable to find the .actionScriptProperties file.
How would I be able to import the project?

It would be great if someone could help me out with it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青丝拂面 2025-01-02 04:03:22

通常 Flex Builder 项目包含:

src/ 目录 - 源文件(.as 和 .mxml)

libs/ 目录 - .swc 文件(如果存在)

通常 FlashDevelop 项目包含:

1) src/ 目录 - 放置 FB 项目 src 目录中的文件

2) lib/ 目录 - 将 FB 项目的 libs 目录中的 .swc 文件(如果存在)放置在此处

3) 在每个 swc 文件(如果存在)上,您需要右键单击并选择“添加到库”。

4)右键单击主类文件并选择“文档类”

这是主类。可能还有其他文件。但我不能说你有什么,因为我不知道你有什么文件。

Usually Flex Builder project contains:

src/ directory - source files (.as and .mxml)

libs/ directory - .swc files (if exists)

Usually FlashDevelop project contains:

1) src/ directory - place here files from src directory of FB project

2) lib/ directory - place here .swc files (if exists) from libs directory of FB project

3) on each swc files (if exists) you need make right click and select "Add to Library".

4) Make right click on main class file and select "Document Class"

This is main. May be there are other files. But I can not say what you have because I not know what files you have.

最丧也最甜 2025-01-02 04:03:22

实际上,我无法通过菜单中的选项将 FB 项目导入到 FD,但我可以修复它,在 FB 项目的文件夹中创建一个新项目,并将文件放入 FD 标识的文件夹中,这对我有用

actually i can´t import a FB project to FD whit the options in the menus but i can fix it creating a new project in the folder of the FB project and putting files in folders identified by FD it works for me

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文