更改图像中断链接

时间:2013-05-22 07:09:24

标签: php flash

我有这个:

<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很完美,链接正常工作。然后我改变了闪光图像,现在链接不起作用!!。

请帮忙

0 个答案:

没有答案
相关问题