Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash detection

Status
Not open for further replies.

korndogg

Programmer
Jun 26, 2000
22
BA
if anyone have a script that will detect Flash plugin in browser and direct him on flash or html site
 
This code goes into the header <br><FONT FACE=monospace><br>&lt;script language=&quot;JavaScript&quot;&gt;<br>&lt;!--<br>function MM_checkPlugin(plugin, theURL, altURL, IEGoesToURL) { //v2.0<br>&nbsp;&nbsp;if ((navigator.plugins && navigator.plugins[plugin]) ¦¦ //if NS, or<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(IEGoesToURL &&&nbsp;&nbsp;//if flag set, and MSIE browser for Win95/NT (ActiveX)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigator.appName.indexOf('Microsoft') != -1 &&<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigator.appVersion.indexOf('Mac') == -1 &&<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigator.appVersion.indexOf('3.1') == -1)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;if (theURL.length&gt;2) window.location = theURL;<br>&nbsp;&nbsp;} else {<br>&nbsp;&nbsp;&nbsp;&nbsp;if (altURL.length&gt;2) window.location = altURL;<br>&nbsp;&nbsp;}<br>&nbsp;&nbsp;document.MM_returnValue = false;<br>}<br>//--&gt;<br>&lt;/script&gt;<br></font><br><br>and in the body onload function u use this so that it will call<br>and then if present the it will send the person to the indexflash and if not present it will go to indexhtml <br><br><FONT FACE=monospace><br>&nbsp;onLoad=&quot;MM_checkPlugin('Shockwave Flash','indexflash.htm','indexhtml.htm',true);return document.MM_returnValue&quot;<br><br></font><br><br>In flash 4 this feature is present & it automatically asks the person to go to the the macromedia site for the flash plugin and installs it <br><br> <p>Unicorn11<br><a href=mailto:webmaster@tripmedia.com>webmaster@tripmedia.com</a><br><a href= > </a><br>Hi there it all likeminded fellows!!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top