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

Reply via email to