Re: [Flashcoders] Question: Fullscreen but want to retain a movieClip's width and height

2011-08-10 Thread Carl Welch
So, which scaleMode should I use if I want to maintain a movieClip's original dimensions while in fullscreen? thx. On Tue, Aug 9, 2011 at 12:11 PM, Carl Welch carlwelchdes...@gmail.comwrote: stage.scaleMode=StageScaleMode.NO_SCALE; On Tue, Aug 9, 2011 at 11:59 AM, Henrik Andersson

Re: [Flashcoders] Question: Fullscreen but want to retain a movieClip's width and height

2011-08-10 Thread Roger Persson
Hi Carl, I'm guessing that you are using stage.scaleMode=StageScaleMode.NO_SCALE; in your code since you replied to your own mail ;) And the reason you havn't been getting any more replies is that NO_SCALE is the scale mode you should use :) It's hard to say what could be wrong without

[Flashcoders] Question: Fullscreen but want to retain a movieClip's width and height

2011-08-09 Thread Carl Welch
Hi Guys, I'm building a video player with a fullscreen fuction. I am trying to figure out how to maintain a movieClip's (video control bar) original height and width while in fullscreen mode. I can't seem to wrap my head around how to go about it. Can anyone point me in the right direction?

Re: [Flashcoders] Question: Fullscreen but want to retain a movieClip's width and height

2011-08-09 Thread Henrik Andersson
It depends on the set scaling mode of the stage. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Question: Fullscreen but want to retain a movieClip's width and height

2011-08-09 Thread Carl Welch
stage.scaleMode=StageScaleMode.NO_SCALE; On Tue, Aug 9, 2011 at 11:59 AM, Henrik Andersson he...@henke37.cjb.netwrote: It depends on the set scaling mode of the stage. __**_ Flashcoders mailing list Flashcoders@chattyfig.figleaf.**com