通过Animate重新定位的.swf到哪里去了?什么?

通过Animate运行的简单.swf动画(图像和时间线)会生成一个html文件,一个fla文件和一个javascript文件... 我不知道如何替换页面上的现有flash对象...

www.flydutch.net是现有页面... 重新使用的Animate .html“动画”顶部表示为: FlyDutchPortfolio_Extended_HTML5 Canvas.html 不知道如何重新插入页面(下面的现有代码)...

<div id="flash-header">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="465" height="325" id="flashID" title="Portfolio . . .">
      <param name="movie" value="FlyDutchPortfolio_Extended.swf" />
      <param name="quality" value="high" />
      <param name="swfversion" value="7.0.70.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" />
      <param name="BGCOLOR" value="#000000" />
      <param name="LOOP" value="false" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="FlyDutchPortfolio_Extended.swf" width="465" height="325">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="swfversion" value="7.0.70.0" />
        <param name="expressinstall" value="../../../Scripts/expressInstall.swf" />
        <param name="BGCOLOR" value="#000000" />
        <param name="LOOP" value="false" />
        <!-- The browser displays the following alternative content for users with flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe flash Player.</h4>
          <p><a href="https://get2.adobe.com/flashplayer/"><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>

如果我写的话,页面上只有一个空白部分: , 要么

mengfanxiang123 回答:通过Animate重新定位的.swf到哪里去了?什么?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3127183.html

大家都在问