Fontlardaki sorunun sistede tanımlı olmayan bi font olabilir. Bunun için flash taki text yazı alanına girerek yazıların tümünü seç "Arial" standart bir font yap birde öyle dene
Aşağıdaki kodlar html sayfada swf dosyasını yayınlamak içindir senin istediğin ortalanmış şekilde dosyaninadi.swf kısmını kendi flash dosyanın adıyla değiştir birde ebatları width="1005" height="696" bunlarıda kendi swf ebatını verirsen görüntülemede sorun yaşamazsın.
Eğer bunlarla hiç uğraşmayim dersen <div align="center"> komutunu dene
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Senin Siten</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body>
<div align="center"><br />
<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub...ersion=8,0,0,0"
width="1005" height="696">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="
dosyaninadi.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="
dosyaninadi.swf" quality="high" wmode="transparent" name="On Numara Cafe" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
width="1005" height="696" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer" ></embed>
</object>
</div>
</body>
</html>