
[英]Is there a way to request the file location of the currently in Adobe Flash/Animate opened FLA file through a JSFL script?
[英]Execute a jsfl script on a FLA file from command line (in Windows)
这个问题已经被问过并且已经被关闭,这就是为什么我再次问它希望它能帮助某人。
如何使用带有 Windows 终端 (CMD) 的命令行在 file.fla 上执行 jsfl 脚本。 不在Adobe Animate
。
我已经尝试过使用flash.exe JSFL_file
但它对我不起作用。 (它打开了带有空白页的 adobe flash player 窗口,但什么也没做)。
([链接到封闭问题]( 在 Windows 中使用命令行在 FLA 文件上执行 jsfl 脚本))
感谢Mofi的帮助和他给出的链接( How to run a jsfl script from the command line? ),问题解决了。 事实上,我不得不在 Windows 的终端 (CMD) 上输入这种类型的命令:
Path\\To\\Animate.exe file.fla Path\\To\\file.jsfl
代替
Path\\To\\AdobeFlashPlayer.exe Path\\To\\file.jsfl
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.