如何在Flash Builder中更改index.template.html的输出名称?
好的,当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开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.