0

我有这个:

<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="66" height="63">
    <param name="movie" value="<?=FLASH ?>/icon_about.swf" />
    <param name="FlashVars"  value="myLink=<?=FRONTEND_URL?>/about-us" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="9.0.45.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="<?=FRONT_URL ?>/js/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="<?=FLASH ?>/icon_about.swf" width="66" height="63">

      <!--<![endif]-->
      <param name="FlashVars"  value="myLink=<?=FRONTEND_URL?>/about-us" />
      <param name="quality" value="high" />
      <param name="wmode" value="transparent" />
      <param name="swfversion" value="9.0.45.0" />
      <param name="expressinstall" value="<?=FRONT_URL ?>/js/expressInstall.swf" />
      <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
      <div class="flash" style="width:400px;">
        <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>

        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://wwwimages.adobe.com/www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
      </div>
      <!--[if !IE]>-->
    </object>

一切都很顺利。Flash 是完美的,链接工作正常。然后我更改了闪存图像,现在链接不起作用!!。

请帮忙

4

0 回答 0