It works fine playing the file on its own. The relevant html is:
Code:
<object ... width="100%" height="100%" id="INDEX" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="INDEX.swf" />
<param name="quality" value="high" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#cccccc" />
I image the width="100%" height="100%" is messing things up. The designer should use style sheets to control the size.
Edit: omitted some parts of the code for clarity.