如何在Flash Builder中更改index.template.html的输出名称?

发布于 2024-12-11 12:36:22 字数 179 浏览 0 评论 0原文

好的,当我在 Flash Builder 4 中编译动作脚本项目时,它会在 html-template 文件夹中基于 index.template.html 创建一个 html 包装器文件。该文件自动获取我的项目或主应用程序的名称(项目名称.html)。但通常我希望它的名称为index.html。

有什么办法可以做到这一点吗?

Ok, when I compile my action script project in Flash Builder 4 it creates a html wrapper file based on index.template.html in my html-template folder. That file automatically gets the name of my project or main application (project name.html). But usually I want it to have the name index.html.

Is there any way to do this?

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

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

发布评论

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

评论(1

月下伊人醉 2024-12-18 12:36:22

打开index.template.html并复制所有代码。
在 html-template 目录中创建一个名为 index.html 的新文件
打开index.html并粘贴模板中的代码

[编辑]
右键单击 src 文件夹
并创建一个新应用程序
将其标记为索引

我之前没有建议这样做,因为它不如其他方法干净,但我想这不起作用。然而我知道这个方法是有效的。

open up index.template.html and copy all the code.
create a new file in html-template dir called index.html
Open up index.html and paste the code from the template

[EDIT]
Right click on the src folder
and create a new application
label it index

I didn't suggest this before because its not as clean as the other method but I guess that didn't work. This method however I know works.

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