http://www.rodsdot.com/ee/
JavaScript:
function flashInstalled() {
result = false;
if (navigator.mimeTypes && navigator.mimeTypes["appli
result = navigator.mimeTypes["appli
}
else if (document.all && (navigator.appVersion.inde
// IE Windows only -- check for ActiveX control, have to hide code in eval from Netscape (doesn't like try)
eval ('try {var xObj = new ActiveXObject("ShockwaveFl
}
return result;
}
Main Topics
Browse All Topics





by: cwickensPosted on 2008-06-19 at 09:55:16ID: 21824080
you may want to look at something like SoThink's SWF Catcher. It sounds like the functionality you are describing.