Well the Problem is i had a .Swf file that i wanted to Put it on the Site , There was Already one i just edited the New ones name and Replaced it with the Old one:
But after doing this the Flash was Replaced yea But the Bottons didnt Work After Repalcing the new one :
I Need help how to make them work with the new Swf.
Thanks..
PHP Code:
</div>
<div class="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
<param name="movie" value="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" />
<param name="quality" value="High" />
<param name="wmode" value="transparent" />
<!--这里代码可使Flash背景透明 -->
<embed src="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
PHP Code:
<div class="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="width: 995px; height: 532px">
<param name="movie" value="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" />
<param name="quality" value="High" />
<param name="wmode" value="transparent" />
<!--这里代码可使Flash背景透明 -->
<embed src="http://www.elitepvpers.com/forum/images/menu_effect_new.swf" width="700" height="410" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</div>
<ul>
<li class="fmenu1 first1"><a href="index.htm"><strong>Home</strong></a></li>
<li class="first2"><a href="Downloads.htm"><strong>Downloads</strong></a> </li>
<li class="first3"><a href="Register.htm"><strong>Register</strong></a> </li>
<li class="first4"><a href="xiazai.htm"><strong>Froums</strong></a> </li>
<li class="first5"><a href="kefu.htm"><strong>Ranks</strong></a> </li>
<li class="first6"><a href="huikuan.htm"><strong>Donate</strong></a> </li>
</ul>
</div>
</td>
</tr>
</table>
Thanks..