[thelist] Reliable Flash detection

Charlie Llewellin sallyevans at eden.com
Thu Feb 1 16:12:48 CST 2001


check out colin Moooock's FPI
http://www.moock.org/webdesign/flash/detection/moockfpi/

<tip>
Always check for the existence of an object in javascript...
Not
var i = document.location.pathname
but
if (document.location.pathname)
{
var i = document.location.pathname
}
</tip>

----- Original Message ----- > >So what's the best way to detect if a
browser uses Flash? What I've been






More information about the thelist mailing list