| flash plugin install hi
how to detect the flash plugin in mozilla firfox. In IE it is detected but mozilla not detecting.
ex: In the system flash plugin not install, the using below code it will display the popup in IE but mozilla not showing popup. can u help me any one.
<script language="JavaScript" src="JS/swfobject.js" type="text/javascript" ></script>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="468" height="60" id="Easy-Forex.com" align="middle">
<param name="movie" value="images/banner2.swf" />
<param name="wmode" value="transparent" />
<embed src="images/banner2.swf" width="325" height="80" pluginpage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
AUTOSTART=TRUE quality="high" wmode="transparent"></embed>
</object>
thanks |