[Flashcoders] Problem with footer fixed to bottom of page

2009-05-21 Thread Jonathan Wing
This is probably a silly question, but I've searched google and can't seem to find the right answer, which is strange as this is seems to be a common thing on pages. Basically, I have a footer that is fixed to the bottom of a page and for the width of a page, so that no matter what size a user

Re: [Flashcoders] Problem with footer fixed to bottom of page

2009-05-21 Thread Steven Sacks
Without posting the errors, I can't tell for sure, but it's possible you didn't declare pubilc var footer_bar:MovieClip at the top of your class? Or, perhaps it's null? On May 21, 2009, at 12:41 PM, Jonathan Wing wrote: This is probably a silly question, but I've searched google and

Re: [Flashcoders] Problem with footer fixed to bottom of page

2009-05-21 Thread Ivan Dembicki
Hello Jonathan, stage.align = StageAlign.TOP_LEFT; stage.scaleMode = StageScaleMode.NO_SCALE; -- iv http://www.bezier.ru http://bezier.googlecode.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Problem with footer fixed to bottom of page

2009-05-21 Thread Fabio Pinatti
I suppose it should be: footer.y = stage.stageHeight - footer.height; footer[footer_bar].width = stage.stageWidth; since footer_bar is nested into footer. Kind Regards, Pinatti On Thu, May 21, 2009 at 4:41 PM, Jonathan Wing jw...@cramcrew.com wrote: This is probably a silly question, but

RE: [Flashcoders] Problem with footer fixed to bottom of page

2009-05-21 Thread Jonathan Wing
Thanks Pinatti! That was the problem exactly--nesting not properly defined. Works great now. Thanks, Jonathan Wing Graphic Designer Cram Crew, Inc. mobile: (713) 298-2738 office: (713) 464-CRAM (2726) email: jw...@cramcrew.com www.cramcrew.com One Student At A Time -Original Message-