PDA

View Full Version : Full Browser Background Picture


Ege1@mac.com
12-07-2007, 10:00 PM
I am trying to build an AS3.0 flash site with a full browser background image
that scales proportionally like in http://www.kanyon.com.tr/
I found some stuff online but nothing on how to do it with AS3.0
Can anyone help me out please?

PlenaryCreation
12-08-2007, 01:43 PM
Well, I'm not really sure how it's done, but why not simply scale your bitmap to stageWidth and stageHeight... and add a listener that rescales the bitmap each time the browser window is scaled... I'm sure there's a more professional approach for this kind of an "effect" but I'm not aware of those methods.