Flash with html problem!

HI Everyone!!!
When i publish my movie.fla, when I click in the html file that as the movie.fla, the movie.fla is never center in the html file, i tryed to change the publish settings in flash, change the code in the html file, but the flash movie in the html file is never centered!!!:frowning:
can anyone tell how to center the flash movie in the html file that pull back the swf and be centered??
thanks!!!

All you have to do is open your HTML file and create a new table. Make it 1 column by 1 row and width and height make 100%. Put the Flash movie inside this table, and set the alignment to centre.

thanks mate!!!
but could you tell me the exact html code please!!
thanks!!!

*Originally posted by gabriel_vieira *
**thanks mate!!!
but could you tell me the exact html code please!!
thanks!!! **

this is really basic HTML… I would highly recommend learning at least the basics of HTML if you plan to publish anything on the web…

there are lots of tutorials to learn with.

Rev:elderly:

ok thanks mate!!!
i will do that!!

look at html code: height=100%! it means movie.swf will stay
100% of Your screen height,width etc… make experiments

<OBJECT align=left classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codeBase=http://active.macromedia.com/flash6/cabs/swflash.cab#version=6,0,0,0
height=100% width=100%><PARAM NAME=“SRC” VALUE=“exe.swf”><PARAM NAME=“menu” VALUE=“0”>
<embed src=“exe.swf” pluginspage=“http://www.macromedia.com/shockwave/download/” type=“index.cgi?P1_Prod_Version=ShockwaveFlash” width=“100%” height=“100%”>

If You use 100% in flash before exporting install public settings
set size to PERSENT!

Good luck!