Hello... im learning flash and i'd like to know how can i make upper and lower
bar for a website, considering that it's texts stick to corners when u resize
window or change resolution, like these
samsungexperience.com.br
compactstudios.com
For example, in the first site, the buttons stick to lower left corner, while
the copyright info sticks to the right one and, when u resize or change
resolution, only the space between then changes.
Thanks in advance
The Feldkircher - 24 Jul 2008 07:12 GMT
HI
With respect to the Samsung site, the entire site is in a swf including the
top and bottom bars.
Take a look at the HTML Source in your browser, you'll see they've created a
DIV with releative positioning based on the size of the browser window. There
is also a resize function to update the relative position of the DIV with
respect to the window size.
All very simple really.
Hope it helps