Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-18 Thread Allandt Bik-Elliott (Receptacle)
he event handler. http://livedocs.adobe.com/flash/9.0/main/0150.html - Original Message - From: "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Sunday, May 18, 2008 11:55 AM Subject: Re: [Flashcoders] StageDisplayState

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-18 Thread Muzak
ginal Message - From: "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Sunday, May 18, 2008 11:55 AM Subject: Re: [Flashcoders] StageDisplayState.FULL_SCREEN okay, in spite of my typo, i'm still getting strange behaviou

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-18 Thread Allandt Bik-Elliott (Receptacle)
okay, in spite of my typo, i'm still getting strange behaviour If I do this: stage.displayState = StageDisplayState.FULL_SCREEN; stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; var screenScaleX:Number = Capabilities.screenResolutionX

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-18 Thread Allandt Bik-Elliott (Receptacle)
wow - i'll get my coat must have been a late one thanks zeh On 18 May 2008, at 00:38, Zeh Fernando wrote: screenResX:Number = Capabilities.screenResolutionX; Are you really doing this? Does it have a "var" in front of the code? Zeh ___

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-17 Thread Zeh Fernando
screenResX:Number = Capabilities.screenResolutionX; Are you really doing this? Does it have a "var" in front of the code? Zeh ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/fl

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-17 Thread Allandt Bik-Elliott (Receptacle)
the 20% gap in pixels to change the width, height, x, y of your content. Well, just a hint but it might possible, I hope it helps. Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allandt Bik-Elliott (Receptac

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Allandt Bik-Elliott (Receptacle)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allandt Bik-Elliott (Receptacle) Sent: 16 May 2008 16:42 To: Flash Coders List Subject: Re: [Flashcoders] StageDisplayState.FULL_SCREEN The movie was originally supposed to be fixed but the client has ask

RE: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Romuald Quantin
Allandt Bik-Elliott (Receptacle) Sent: 16 May 2008 17:57 To: Flash Coders List Subject: Re: [Flashcoders] StageDisplayState.FULL_SCREEN would the resize event fire if the stage is set to NO_SCALE? it doesn't seem to be working for me On 16 May 2008, at 17:11, Glen Pike

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Allandt Bik-Elliott (Receptacle)
would the resize event fire if the stage is set to NO_SCALE? it doesn't seem to be working for me On 16 May 2008, at 17:11, Glen Pike wrote: stage.addEventListener(Event.RESIZE, redraw); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.

RE: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Romuald Quantin
content. Well, just a hint but it might possible, I hope it helps. Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allandt Bik-Elliott (Receptacle) Sent: 16 May 2008 16:42 To: Flash Coders List Subject: R

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Glen Pike
Hi, I would suggest putting the movie to be scaled in a "wrapper" clip, the working out the size yourself to scale it: Look at the tutorials for doing Fluid layouts - Romualds post on soundstep.com may help here. When you are fullscreen, etc. you can scale the width & height of your w

Re: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Allandt Bik-Elliott (Receptacle)
The movie was originally supposed to be fixed but the client has asked for me to make it scale I'd like the movie to scale to about 80% of the screen size rather than 100% - is this possible? On 16 May 2008, at 16:12, Romuald Quantin wrote: If the swf size is fixed and you activate fullsc

RE: [Flashcoders] StageDisplayState.FULL_SCREEN

2008-05-16 Thread Romuald Quantin
If the swf size is fixed and you activate fullscreen, it should work as expected. Sorry I don't have any source code example but I think I've done it. But around the movie you'll get the color set for the SWF, meaning if you want you fixed SWF sitting on a nice gradient background, I don't think it