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

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 wrote: > stage.scaleMode=StageScaleMode.NO_SCALE; > > > > On Tue, Aug 9, 2011 at 11:59 AM, Henrik Andersson > wrote: > >> It depends on t

[Flashcoders] Origami Photo viewer

2011-08-10 Thread Eric E. Dolecki
I am wondering if anyone has seen source or implementation of a photo viewer like the one on Apple TV (origami)? Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net ___ Flashcode

RE: [Flashcoders] How to simulate Osiloscope

2011-08-10 Thread Steve Abaffy
Well depends on how much of the oscilloscope's functionality you want to reproduce. What signal are you going to simulate. I would imagine that all you are going to do is show a Sine wave and switch time bases. In this case all you have to do is graph a sine wave on your screen and change the frequ