在对象标签中控制动画帧速率?

发布于 2024-09-18 06:03:25 字数 1813 浏览 1 评论 0原文

我使用对象标签将编译好的 Flash 动画 (swf) 嵌入到 HTML 文档中。

问题:是否可以使用对象标签中的某些参数来更改原始 SWF 帧速率?

我没有源代码(FLA)。

我想降低帧率。

谢谢您的帮助,

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="570" height="220" id="FlashID" title="Empresas">
  <param name="movie" value="assets/flash/scroll.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="8.0.35.0" />
  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  <param name="expressinstall" value="scripts/expressInstall.swf" />
  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="assets/flash/scroll.swf" width="570" height="220">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.0" />
    <param name="expressinstall" value="scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
      <h4>Este contenido requiere una nueva versión de Adobe Flash Player.</h4>
      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
  </object>
  <!--<![endif]-->
</object>

I have a compiled flash animation (swf) embeded into a HTML document using the object tag.

Question: There's a posibility to change the original SWF framerate using some params in the object tag?

I don't have the source code (FLA).

I want to decrease the framerate.

Thank you for any help,

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="570" height="220" id="FlashID" title="Empresas">
  <param name="movie" value="assets/flash/scroll.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="8.0.35.0" />
  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  <param name="expressinstall" value="scripts/expressInstall.swf" />
  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="assets/flash/scroll.swf" width="570" height="220">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.0" />
    <param name="expressinstall" value="scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
      <h4>Este contenido requiere una nueva versión de Adobe Flash Player.</h4>
      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
  </object>
  <!--<![endif]-->
</object>

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

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

发布评论

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

评论(1

北风几吹夏 2024-09-25 06:03:25

不,仅通过对象标签是不可能的。也就是说,可以编辑 SWF 以获得所需的结果。我知道 ASV 和其他一些 SWF 反编译工具允许您更改 SWF 的帧速率,而无需佛罗里达州。

No, this is not possible just through the object tag. That being said it may be possible to edit the SWF to get the desired result. I know ASV and some other SWF decompiling tools allow you to change the framerate of the SWF without having the FLA.

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