レイアウトのズレが出るということでソース見ると普通にソフトで吐き出されてソースが載っていたので書き換える(;´∀`)
<script type=”text/javascript”>
<!–
document.write(‘<object data=”○○○○.swf” ‘);
document.write(‘type=”application/x-shockwave-flash”‘);
document.write(‘ style=”width:■■■px; height:■■■px;”>’);
document.write(‘<param name=”movie” value=”○○○○.swf”>’);
document.write( ‘</object>’);
// –>
</script>
完了