We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用基本的 jsfl 脚本:
最简单的使用方法是在 Flash CS5 中创建一个新的 JavaScript Flash 文档并将其另存为 BatchPublish.jsfl 或其他描述性内容。这样,该文件应默认位于文件系统上的正确位置并显示在“命令”菜单中。
运行命令/脚本后,它应该提示您输入包含 fla 文件的文件夹,并且它将循环遍历文件、发布、然后保存并关闭。如果不需要的话可以注释掉保存的内容。
Google 搜索还应该为您提供良好结果。
华泰
You can get away with a basic jsfl script:
Easiest way to use this is to create a new JavaScript Flash document in Flash CS5 and save it as BatchPublish.jsfl or something descriptive. This way, the file should default to the correct location on the file system and show in the Commands menu.
Once you run the command/script, it should prompt you for a folder with fla files and it will loop through the files, publish, then save and close. You can comment out the saving if it's not needed.
A google search should also provide you with good results.
HTH