Hi,
How can you tell if flash is installed:
I want to have a script that is along the lines of this:
<SCRIPT LANGUAGE="Javascript">
if FLASH IS INSTALLED,
{
document.write('<EMBED SRC="intro.swf"></EMBED>');
}
else
{
window.location.replace('home.shtml')
}
</SCRIPT>
I don't know the syntax for determining if flash is install. Can someone please help me out. And if at all possbible I would like this to be server side so that I don't need to worry about people not having JS turned on. But only if it is possible and someone knows how to do it. JS will be good enough for now.
Thanks! NATE
design@spyderix-designz.com
How can you tell if flash is installed:
I want to have a script that is along the lines of this:
<SCRIPT LANGUAGE="Javascript">
if FLASH IS INSTALLED,
{
document.write('<EMBED SRC="intro.swf"></EMBED>');
}
else
{
window.location.replace('home.shtml')
}
</SCRIPT>
I don't know the syntax for determining if flash is install. Can someone please help me out. And if at all possbible I would like this to be server side so that I don't need to worry about people not having JS turned on. But only if it is possible and someone knows how to do it. JS will be good enough for now.
Thanks! NATE

design@spyderix-designz.com