<div dir="ltr">If I understand the question ;)<br>Have a look at the source code for your html file.look for align middle.<br>Just a guess but when you embed a flash file in an html file the default setting is along the lines of<br>
<br> AC_FL_RunContent(<br> 'codebase', '<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0</a>',<br>
'width', '800',<br> 'height', '600',<br> 'src', 'cs3',<br> 'quality', 'high',<br> 'pluginspage', '<a href="http://www.macromedia.com/go/getflashplayer">http://www.macromedia.com/go/getflashplayer</a>',<br>
'align', 'middle', <b><.................Because of this change it to left or right</b><br> 'play', 'true',<br> 'loop', 'true',<br> 'scale', 'showall',<br>
'wmode', 'window',<br> 'devicefont', 'false',<br> 'id', 'cs3',<br> 'bgcolor', '#ffffff',<br> 'name', 'cs3',<br>
'menu', 'true',<br> 'allowFullScreen', 'false',<br> 'allowScriptAccess','sameDomain',<br> 'movie', 'cs3',<br> 'salign', ''<br>
); //end AC code<br> }<br></div>