Hi Cor,
Try this..

<style type="text/css">
body { text-align:center; width:100%; height:100%; }
div#flashContent { width:auto; height:auto; }
</style>

or this if you want it centered vertically

<style type="text/css">
body { text-align:center; vertical-align:middle; width:100%; height: 100%; }
div#flashContent { width:auto; height:auto; }
</style>

HTML-------------
<body>
<div id="flashContent">
SWFOBJECT
</div>
</body>


Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to