I've done a site where the menus are flash movies. Unfortunately, I now find out that some people don't have the flash plug in. I need to catch those people on HP machines who cannot have the flash plug in as it has yet to be ported. Does anyone have any code that can do something akin to the following:<br><br>If OS=Windows or OS=Macintosh and flashplugin=no then download<br><br>If flashplugin {show movie} else {show animated gif in its place}<br><br>Current html includes:<br><br><object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="<A HREF=" TARGET="_new"> width="60%" height="80%"><br> <param name="SRC" value="whirl.swf"><br> <embed src="whirl.swf" pluginspage="<A HREF=" TARGET="_new"> type="application/x-shockwave-flash" width="60%" height="80%"><br> </embed> <br><br>Also, which browsers/OS combinations will run into problems using the width="60%"?