Click to See Complete Forum and Search --> : Positioning Buttons Always At The Bottom Of Stage


tomyknoker
04-01-2007, 06:26 AM
I have a group of 6 buttons which on my stage sit in the center and are 20 pixels from the bottom, I am trying to create a bit of a liquid layout, and the browser is going to be able to resized by the user. I want always for the buttons to stay at the bottom in the center of the browser 20 pixels from the bottom no matter wether it is resized too... any ideas?

infinityspiral
04-06-2007, 03:20 AM
If you want the buttons to position independently from the rest of the stage you'll need to put the buttons in their own seperate swf. This gets tricky fast though seeing as you'll probably want the buttons to talk to your main flash file. You could link these up through javascript if that's what you're trying to do.