# Bottom of page

**URL:** https://forum.kirupa.com/t/bottom-of-page/23747
**Category:** Uncategorized
**Created:** [June 21, 2003, 9:03pm UTC](https://forum.kirupa.com/t/bottom-of-page/23747 "2003-06-21T21:03:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mcnasty](https://avatars.discourse-cdn.com/v4/letter/m/df788c/32.png) [@mcnasty](https://forum.kirupa.com/u/mcnasty)
#### Post date: [June 21, 2003, 9:03pm UTC](https://forum.kirupa.com/t/bottom-of-page/23747/1 "2003-06-21T21:03:09Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 21, 2003, 10:34pm UTC](https://forum.kirupa.com/t/bottom-of-page/23747/2 "2003-06-21T22:34:03Z")

</div>

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:

```php

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

```

make sense?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 22, 2003, 7:14pm UTC](https://forum.kirupa.com/t/bottom-of-page/23747/3 "2003-06-22T19:14:18Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 22, 2003, 7:23pm UTC](https://forum.kirupa.com/t/bottom-of-page/23747/4 "2003-06-22T19:23:35Z")

</div>

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

[http://www.abzoid.com/flash-test.htm](http://www.abzoid.com/flash-test.htm)
