CSS/HTML 中的 Flash 文件对齐问题

Aligning Issues with flash file in CSS/HTML

我在 HTML 页面中对齐对象时遇到了一些问题。我搜索了 high 和 low 并且有很多解决方案,例如将左右边距设置为自动以及在 CSS 中使用 margin:0 auto;。即使在 html 代码中输入 align="center" 也不起作用。

我的代码在这里:http://jsfiddle.net/qzfwt7j8/1/

如有任何帮助,我们将不胜感激。

添加一个父项 div 并应用 margin:0px auto 以及宽度 550

<div style="margin:0px auto; width:550px;">
       <object class="ACGame" width="550" height="400" data="AppleCatcher.swf"></object>
</div>