hi all
im having a problem were if i run my .swf manuly the quality of it is as it should be , but when i run it from a html file part of the swf quality becomes “fuzy” not as crisp as running the stand alone .swf im confused any help would be great
by the way its set to “best” quailty in the html file if thats any help!
this is the contents of the html file:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<title>-</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<meta name=“keywords” content=“af” />
<link href=“style.css” rel=“stylesheet” type=“text/css” />
</head>
<body>
<div id=“container”>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“100%” height=“100%” align=“middle”>
<param name=“movie” value=“stage.swf”/>
<param name=“quality” value=“best” />
<param name=“scale” value=“noscale” />
<param name=“menu” value=“false” />
<embed src=“stage.swf” quality=“best” menu=“false” scale=“noscale” width=“100%” height=“100%” align="" type=“application/x-shockwave-flash” pluginspage="<A href=“http://www.macromedia.com/go/getflashplayer"></embed">http://www.macromedia.com/go/getflashplayer”></embed>
</object>
</div>
</body>
</html>
and this is the style.css contents
body,html {
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:hidden;
width:100%;
height:100%;
}
div#container {
z-index:1;
margin:auto;
width:100%;
position:absolute;
height:100%;
thanks in advance