Well, it works fine in my Firefox. Internet Explorer needs the following code:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Macromedia Flash</title>
</head>
<body>
<object type="application/x-shockwave-flash" data="test.swf" height="90" width="675">
<param name="movie" value="test.swf">
</object>
</body>
</html>
If you can't get it working, you have to show me how you've used it.