php - Changing the image breaks link -


i having this:

<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" />     <!-- param tag prompts users flash player 6.0 r65 , higher download latest version of flash player. delete if don’t want users see prompt. -->     <param name="expressinstall" value="<?=front_url ?>/js/expressinstall.swf" />     <!-- next object tag non-ie browsers. hide 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" />       <!-- browser displays following alternative content users flash player 6.0 , older. -->       <div class="flash" style="width:400px;">         <h4>content on page requires 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> 

and waas going good. flash perfect , link working. changed flash image , link not working!!.

please help


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -