有没有办法裁剪 swf 文件?

发布于 2024-10-31 18:31:20 字数 115 浏览 1 评论 0原文

我想知道是否可以通过不将 swf 转换为任何内容的程序来裁剪 swf 文件。

我在网上看到过一些类似的程序,但没有一个真正有效。有人在这方面取得过成功吗?

谢谢,

约翰

I was wondering if it is possible to crop an swf file through a program that doesn't convert the swf to anything.

I've seen a few programs like this online, but none of them actually work. Has anyone has success with this?

Thanks,

John

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

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

发布评论

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

评论(1

始终不够爱げ你 2024-11-07 18:31:20

您需要改变其尺寸或长度吗?如果您想要更改尺寸,那么只需更改嵌入代码的宽度和高度参数,或者将 swf 加载到另一个文件中并将其显示在仅显示您想要显示的部分的遮罩后面即可。实际 swf 内无需进行任何更改。

但也许你还有别的意思? swf 的宽度和高度在其中进行编码,并且可以使用某些编辑器(例如十六进制编辑器)进行更改。但随后您必须知道需要更改的字节在哪里。

Do you need to alter its dimensions or its length? If it's the dimensions you want to change then it could be as easy as changing the width and height parameters of your embed code, or loading the swf into another one and displaying it behind a mask that shows only the parts you want to show. No change necessary inside the actual swf.

But maybe you meant something else? The width and height of an swf are coded inside it and could be changed with some editor, like a hex editor. But then you would have to know where the bytes are that you need to change.

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