I unfortunately have to develop content to run on Netscape 7.0 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0) and i found an interesting bug with SWFobject - any flash content is written out twice on the page.
<br><br>I have traced the browser detection in swfobject and it only seems to detect that it is Navigator once, so i cant see how this is happening.<br><br>I have tried it with different SWF's and both swfobject 1.4.4 & 
2.0 but i get the same result - 2 SWF's on the page. IE 6+ & FF1.5+ are all good:<br><br>Here is all the code that exists.. any ideas? Can anyone else test this browser?<br><br><html><br><head><br><script src="scripts/swfobject.js" type="text/javascript"></script>
<br></head><br><body><br><div id="flashcontent"><br>    <script type="text/javascript" language="javascript">    <br>           var fo = new SWFObject("./flash/topnav.swf", "topnav", "657", "20", "7", "#FFFFFF");
<br>           fo.write("flashcontent");<br>    </script><br></div><br></body><br></html><br><br>Cheers,<br>Darren<br>