Bottom of page

ok, i’ve got this animation, i’ve embeded it ,give it width and height ,all that ****, but what code do i need to add that will make the flash stay at the bottom of the screen, becuase i dont want to stretch the flash all over the browser.

summary: need flash to be at bottom of page.

Put your flash embed coding inside a single cell table. Define the table height to 100% and set the valign for the cell to bottom. As below:


<table height="100%" align="center" border="0">
  <tr>
    <td valign="bottom">
        {flash embed code goes here}
    </td>
  </tr>
</table>

make sense?

didnt work mate
i jsut need the flash movie to be at the bottom of the screen.

I just tried it using my footer as the flash movie. It works fine.

http://www.abzoid.com/flash-test.htm