当前位置: 代码迷 >> ASP >> Flash代码在ie通常显示,在Google浏览器错位,火狐浏览不能显示此页面上的内容需要较新版本的 Adobe Flash Player
  详细解决方案

Flash代码在ie通常显示,在Google浏览器错位,火狐浏览不能显示此页面上的内容需要较新版本的 Adobe Flash Player

热度:1182   发布时间:2013-06-19 10:26:41.0
Flash代码在ie正常显示,在Google浏览器错位,火狐浏览不能显示此页面上的内容需要较新版本的 Adobe Flash Player。
下载了ADB的最新的Flash,还是不能显示的。代码如下: <%response.Write("<object classid=""clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"" width=""260"" height=""160"" hspace=""3"" id=""FlashID"" title=""外汇期货金银一个账户全搞定!"">")%>

      <param name="movie" value="../images/01.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="7.0.70.0" />
      <!-- 此 param 标签提示使用 Flash Player 6.0 r65 和更高版本的用户下载最新版本的 Flash Player。如果您不想让用户看到该提示,请将其删除。 -->
      <param name="expressinstall" value="../Scripts/expressInstall.swf" />
      <!-- 下一个对象标签用于非 IE 浏览器。所以使用 IECC 将其从 IE 隐藏。 -->
      <!--[if !IE]>-->
      <%response.Write("<object data=""../images/01.swf"" type=""application/x-shockwave-flash"" width=""260"" height=""160"" hspace=""3"">")%>

        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="7.0.70.0" />
        <param name="expressinstall" value="../Scripts/expressInstall.swf" />
        <!-- 浏览器将以下替代内容显示给使用 Flash Player 6.0 和更低版本的用户。 -->
        <div>
          <h4>此页面上的内容需要较新版本的 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="获取 Adobe Flash Player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
     <%response.Write("</object>")%>

      <!--<![endif]-->
  <%response.Write("</object>")%>

     高手帮我看看如何改一下,谢谢额。。
Flash 浏览器 Google Adobe Internet?Explorer

------解决方案--------------------
firefox去附件组件管理器中的插件管理中禁用掉不是最新版本的flash,只剩最新版本flash插件在使用即可,默认flash播放是最早安装的那个。
  相关解决方案