FP9 with Swfobject 1.5

Is this known to be incompatible? I did some AS3 stuff over the weekend, copied in one of my SWFOb1.5 HTML pages, and nothing, changed the player number to 9 etc, it acts as if the movie is loaded but nothing happens, just a blank background, you right click and the flash has loaded, just not working.

Very strange.

You might want to try swfobject 2.0???

Hope this helps!

Cheers, I had already found and tried it actually. Interestingly, it only works with a static SWFobject page, not dynamic. With IE7 at least.

<head>
    <script type="text/javascript" src="swfobject/swfobject.js"></script>
    <script type="text/javascript">swfobject.embedSWF('Index.swf', 'website', '100%', '100%', '9.0.115', 'swfobject/expressinstall.swf', {}, {bgcolor: '#FFFFFF', menu: 'false', scale: "noscale", wmode: "transparent"}, {id: 'website'});</script>
</head>
<body>
    <div id="website">
    </div>
</body>

Shortened version of HTML file