View Single Post
04-04-2009, 08:03 PM
#1
hijax is offline hijax
Status: Junior Member
Join date: Apr 2009
Location:
Expertise:
Software:
 
Posts: 32
iTrader: 1 / 100%
 

hijax is on a distinguished road

  Old  Scaling in flash problem

Ok so I'm trying to make my website in flash not scrollable (LEFT CTRL + Scroll) will make html sites small/big.

I basically want it to stay the same and exact fit to your screen.

Code:
Stage.scaleMode  = "showAll";
Stage.align = "TL";
Stage.scaleMode  = "noScale" , "exactFit";
I know I'm telling it to make 2 different attributes and one overides the other. So how can I add them both so it's not scrollable and it stays exact fit?

Reply With Quote