all groups > macromedia flash sitedesign > march 2005 >
You're in the

macromedia flash sitedesign

group:

Vertical Centering of .swf in HTML page


Vertical Centering of .swf in HTML page gmotyka
3/31/2005 6:49:57 PM
macromedia flash sitedesign:
Re: Vertical Centering of .swf in HTML page costin
3/31/2005 11:04:53 PM
this is an HTML issue ! not from flash .. the simple way to do this is to
create an table like this one : ==============================================
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'> <html> <head>
<title>swf centred</title> <meta http-equiv='Content-Type' content='text/html;
charset=iso-8859-1'> </head> <body> <table width='98%' height='98%' border='0'
cellpadding='0' cellspacing='0'> <tr> <td align='center'
valign='middle'>here come your movie code !</td> </tr> </table> </body>
</html> ======================================================= if you open
the HTML code into dreamveawer you will insert the flash movie muh easier
regards davnis
Re: Vertical Centering of .swf in HTML page gmotyka
4/1/2005 10:41:36 PM
AddThis Social Bookmark Button