Thank you, but that didn't work.

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike
Sent: woensdag 16 februari 2011 13:55
To: Flash Coders List
Subject: Re: [Flashcoders] How to center my Flash in SWFOBJECT?

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
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>

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

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

Reply via email to