PDA

View Full Version : Flash / HTML


ahbenshaut
12-07-2001, 03:50 PM
Why is it when I view a Flash file embedded in a HTML page it is not centered? I have tried all of the different publishing settings in Flash, but no matter what, it is not either centered on the page or there is a 1/4 inch border on the top and left side.
Please Help!:confused:

tg
12-07-2001, 04:28 PM
this will get rid of the border

<body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 margin=0>


and if you search the forums you will find that the answer was given yesterday for the centering problem here (http://www.actionscripts.org/forums/showthread.php3?s=&threadid=7405&highlight=center).