Currently google-swiffy can only convert .swf files under 1MB. The file I have in mind is 3.2MB. Thank you.
答案 0 :(得分:1)
Easy, if you have the original Flash file used to make the SWF.
Google has a swiffy extension for Flash CS 5 or CS 6 (but not Creative Cloud).
You can get it here: https://developers.google.com/swiffy/convert/flash-extension
中找到元素您可以使用Commands > Export as HTML5 (Swiffy)
答案 1 :(得分:0)
你必须将大swf分成更多的swf,每个不超过1 mb。 或者尝试优化你的大swf。
答案 2 :(得分:0)
https://github.com/blvz/swiffy-convert
我在nodeJS中使用它。我觉得它仍然使用在线服务器转换swf,但它以某种方式可以转换大于1MB的swf文件。可能是文件大小限制在客户端。我不确定。
还有一个好处是,通过添加一些脚本,我可以一键转换大量的swf
PS我觉得如果你的swf太大了,服务器仍会阻止我们的请求