You might need:
html, body { width:100%; height:100%;}
#flashContent { height:100%;width:100%; text-align:center;}
This won't do vertical align - you have to hack with javascript to do that.
On 16/02/2011 12:40, Cor wrote:
Can anyone tell me how to center my Flash content in html page with use of
SWFOBJECT?
I tried these:
<style type="text/css">
body { margin: 0px}
div#flashContent { text-align: center; }
object#flashContent { display:inline; }
</style>
AND
<style type="text/css">
body { margin: 0px}
div#flashContent { text-align:left; }
object#flashContent { display:block; margin:0 auto; }
</style>
But it doesn't center???
TIA
Cor
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders