Hello Guys!
I have found several techniques for detecting the flash plugin...using JavaScript, without using JavaScript...but can you tell me wich is the best solution...i want it to work in both browsers IE and Netscape. Regards,
Dragos.
use macromedias new guidelines for flash movies, they are garaunteed to work, and you don't need js plugin detection... it doesnt detect half the mac browsers and unix browsers anyway...
use this:
<object type="application/x-shockwave-flash" data=".." width="xxx" height="xxx">
<param name="movie" value="..." />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#" />
<!--- put your alternate content here --->
</object>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.