View Full Version : bottom of page
mcnasty
June 21st, 2003, 05:03 PM
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.
abzoid
June 21st, 2003, 06:34 PM
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?
mcnasty
June 22nd, 2003, 03:14 PM
didnt work mate
i jsut need the flash movie to be at the bottom of the screen.
abzoid
June 22nd, 2003, 03:23 PM
I just tried it using my footer as the flash movie. It works fine.
http://www.abzoid.com/flash-test.htm
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.