同时保存和调试 Flash CS3

发布于 2024-08-13 16:33:04 字数 142 浏览 3 评论 0原文

有没有办法可以使用组合按键在 flash cs3 中保存和调试文件? 我在 Windows 计算机上运行 cs3,通常按 ctrl+s 进行保存,然后按 ctrl+shift+enter 进行调试...我只是想知道是否可以将这 2 个操作与一种击键组合结合起来。 谢谢!

Is there a way where I can save and debug a file in flash cs3 with combo keystrokes??
I'm running cs3 on a windows computer and I usually do ctrl+s to save and then do ctrl+shift+enter to debug... and I was just wondering if I can combine these 2 actions with one combination of keystrokes.
Thanx!

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

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

发布评论

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

评论(1

開玄 2024-08-20 16:33:04

嗯...

您可以为此编写一个 jsfl 脚本并将其保存在 Flash/Configutation 的 Commands 文件夹中。

fl.getDocumentDOM().save();

是您保存文档所需的内容。我在 Flash CS3 中遇到了一个错误,但

fl.getDocumentDOM().saveAndCompact(); 

似乎只能工作。一直使用这会很烦人。

没有

fl.getDocumentDOM().debugMovie();

jsfl 文档中

。恐怕答案是否定的。我希望有人能证明我错了。

Hmmm...

you can write a jsfl script for that and save it in the Commands folder in Flash/Configutation.

fl.getDocumentDOM().save();

is what you need to save the document. I encountered a bug in Flash CS3 though, and only

fl.getDocumentDOM().saveAndCompact(); 

seemed to work. This would be annoying to use all the time.

And there is no

fl.getDocumentDOM().debugMovie();

in the jsfl documenatation.

I'm affraid the answer is no. I hope someone will prove me wrong.

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