View Full Version : Flash 100%
.UD
September 27th, 2005, 09:20 AM
I saw this site the other day and was wondering how they do this without scaling all the elements.
http://www.phantomresearchfoundation.com
Everytime I set a 100% everything scales
???
mpelland
September 27th, 2005, 09:27 AM
not too sure. never really tried it. but my first guess would be that scaling is off for all movies loaded into the container (which is scaled)
.UD
September 27th, 2005, 09:32 AM
not too sure. never really tried it. but my first guess would be that scaling is off for all movies loaded into the container (which is scaled)
tried that. seems that movies loaded into it take on the properties of the main swf :( thanxs anyway
EmeniusXp
September 27th, 2005, 09:33 AM
you can achive similar functionality using scale mode "noScale" and handling the onResize event of the static Stage class, making it re-position the objets everytime the stage is resized
.UD
September 27th, 2005, 09:39 AM
you can achive similar functionality using scale mode "noScale" and handling the onResize event of the static Stage class, making it re-position the objets everytime the stage is resized
cheers EmeniusXp
any idea where I can find out some info on that?
EmeniusXp
September 27th, 2005, 09:51 AM
F1... Flash help.
I recomend changing your Stage.aling settings also to make it align to the top left (TL) so you have a better perspective on how to position your objects and you can use Stage.height and Stage.width to know how much area you have available.
.UD
September 27th, 2005, 10:18 AM
Cheers
I'll give it a shot!
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.