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 
 he...@henke37.cjb.netwrote:

 It depends on the set scaling mode of the stage.
 __**_
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.**com Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/**mailman/listinfo/flashcodershttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 --
 Carl Welch
 http://www.carlwelch.com
 http://www.linkedin.com/in/carlwelch
 805.403.4819




-- 
Carl Welch
http://www.carlwelch.com
http://www.linkedin.com/in/carlwelch
805.403.4819
___
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-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 seeing any code but do you 
by any chance have the video controller inside the same MovieClip as the 
video so that both are scaled together? Just a thought...if not, please 
post some code.


BR
/roger


On 2011-08-10 19:48, Carl Welch wrote:

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 Welchcarlwelchdes...@gmail.comwrote:


stage.scaleMode=StageScaleMode.NO_SCALE;



On Tue, Aug 9, 2011 at 11:59 AM, Henrik Anderssonhe...@henke37.cjb.netwrote:


It depends on the set scaling mode of the stage.
__**_
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.**comFlashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/**mailman/listinfo/flashcodershttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders





--
Carl Welch
http://www.carlwelch.com
http://www.linkedin.com/in/carlwelch
805.403.4819






___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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?

Thanks,

-- 
Carl Welch
http://www.carlwelch.com
http://www.linkedin.com/in/carlwelch
805.403.4819
___
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 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 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/**mailman/listinfo/flashcodershttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Carl Welch
http://www.carlwelch.com
http://www.linkedin.com/in/carlwelch
805.403.4819
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders