私はこれを持っていました:
<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 は完璧で、リンクは機能していました。その後、フラッシュ イメージを変更したところ、リンクが機能しなくなりました。
助けてください