Html alignment

WHY IS IT, that whenever i wanna publish a movie in flash (5 and MX) it just puts the movie in the upper left corner EVEN though I select “center” for both vertical and horizontal alignment in the html props???

It’s REALLY starting to annoy me…!!! :pirate:

If you really want it in the middle of your page, you have to do that in HTML.

[TABLE CELLPADDING=“0” CELLSPACING=“0” BORDER=“0” WIDTH=“100%” HEIGHT=“100%”]
[TR]
[TD ALIGN=“center” VALIGN=“middle” WIDTH=“100%” HEIGHT=“100%”]

flash movie here

[/TD]
[/TR]
[/TABLE]

Replace all [] with <>
The board converts HTML code, so I needed to use brackets.

great! :slight_smile: Thanx!