【发布时间】:2011-10-20 13:09:56
【问题描述】:
好的,当我在 Flash Builder 4 中编译我的动作脚本项目时,它会在我的 html-template 文件夹中创建一个基于 index.template.html 的 html 包装文件。该文件会自动获取我的项目或主应用程序的名称(项目名称.html)。但通常我希望它具有 index.html 的名称。
有什么办法吗?
【问题讨论】:
标签: flash flash-builder
好的,当我在 Flash Builder 4 中编译我的动作脚本项目时,它会在我的 html-template 文件夹中创建一个基于 index.template.html 的 html 包装文件。该文件会自动获取我的项目或主应用程序的名称(项目名称.html)。但通常我希望它具有 index.html 的名称。
有什么办法吗?
【问题讨论】:
标签: flash flash-builder
打开 index.template.html 并复制所有代码。
在名为 index.html 的 html-template 目录中创建一个新文件
打开 index.html 并粘贴模板中的代码
[编辑]
右键单击 src 文件夹
并创建一个新的应用程序
将其标记为索引
我之前没有建议过这个,因为它不像其他方法那么干净,但我想这不起作用。但是我知道这种方法有效。
【讨论】: