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!