Turns out if you use the full screen source rectangle, flash uses
hardware scaling to improve performance (apparently fairly
drastically). So there's no way out of that.
Only solution I'd imagine is to make the video the entire size of your
screen just before you launch fullscreen and leave the
fullScreenSourceRect = null. Then NO_SCALE will actually make a
difference.
I don't see this helping a lot, and will also resulting in some hacky
code. I'm going with it the way it was intended: glorious pixelated
HD.

Cheers,

Ashim

The Random Lines
www.therandomlines.com




On 13 April 2010 20:37, Mattheis, Erik (MIN - WSW)
<[email protected]> wrote:
> I'm currently using StageScaleMode.NO_SCALE and increasing the size of the 
> video when it goes full screen - and banging my head up against IE7 which 
> just won't behave.
>
> If you come up with something you're satisfied with, I'd love to see it.
>
> _ _ _
> Erik Mattheis
> Senior Web Developer
> Minneapolis
> T  952 346 6610
> C 612 377 2272
>
> Weber Shandwick
> Advocacy starts here.
>
> PRWeek Global Agency Report Card 2009 - Gold Medal Winner
> The Holmes Report Global Agency of the Year
> PR News Agency of the Year
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Ashim D'Silva
> Sent: Tuesday, April 13, 2010 5:21 AM
> To: Flash Coders List
> Subject: [Flashcoders] fullScreenSourceRect scale factor
>
> I'm using the fullScreenSourceRect parameter of the stage to make a
> just the video from my app go full screen. Is there a way I can then
> get the factor everything has been scaled so I can compensate the
> controls so they remain the required pixel size?
>
> Right now, they get scaled large and blurred, and I'd like to avoid this.
>
> Cheers,
>
> Ashim
>
> The Random Lines
> www.therandomlines.com
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to