see this is what happened, i created a website with 1500x1200 just to make it full screen.
now i have a flash banner at the bottom where i want it to stay about 50 pixel above the BOTTOM of the BROWSER. it would be programatically animated to stay at the bottom of the browser even if the user have different screen resolution and/or resizing the browser
how do i do that?
what i did was
footer.onEnterFrame = function(){
footer._y -= (footer._y-=footery)*0.1
footery = Stage.height - 50
}
well it doesn’t work the way i want it. you try it then try resizing the browser.
please help!