my flashsite is shown perfect in IE, but on macs and in firefox it is very very small. Any thoughts??
thx
K
Bruce McMurry - 29 Nov 2006 18:04 GMT
it might be the "doc type" header in your html page... remove it and see
> my flashsite is shown perfect in IE, but on macs and in firefox it is very very small. Any thoughts??
>
> thx
>
> K
KtJp - 30 Nov 2006 15:29 GMT
here is my html:
<html>
<head>
<title>site</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600">
<param name="movie" value="site.swf">
<param name="quality" value="high">
<embed src="site.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="200"></embed></object>
</div></td>
</tr>
</table>
</body>
</html>
any problems?