Hi all,
I am developing a gaming application. The coordinates and sizes of all the components are fixed inside the application But now when the browser is resized , I would like the whole application to be zoomed in our out...! It neednt relay the components etc..Its just crude zooming. Whenever u make something from a authoring tool..it automatically takes care of that..! It maintains the aspect ration and zooms in the whole SWF appropriately... But Flex is making life really tuff..!! I tried many tweaks like setting scaleMode etc.. this.systemManager.stage.scaleMode = StageScaleMode.EXACT_FIT / .SHOW_ALL etc... But this is making my app scale beyond the actual stage size! I also caught the Resize event of the application and tried to use zoom effect..! But it's a lot tuff and trickier since zoom uses only ratios. I have a gut feeling that its by setting the scaleMode but that doesn't work as expected..! The content is scaling out.! Please help me out..! Its really blocking my whole deliverable..!!!! Thanks in Advance Ravi Kumar G ****************************************************************************************************************************************** The information contained in this email, and any attachments hereto, is strictly confidential and solely intended for use by the individual(s) and/or entity(s) to which it is addressed. If you have received this email in error, please notify the System Manager at [EMAIL PROTECTED] as soon as possible. Thank you for your attention to this matter. ****************************************************************************************************************************************** ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Gruber Sent: Sunday, May 06, 2007 1:12 AM To: [email protected] Subject: Re: [flexcoders] Re: Question about the 'includes' compiler option and SWC files. As to docs, I'm not sure. I mostly looked up things from the flex docs or from the archives of lists like this. As to multiple files, I'm not. I know you can match a whole source folder with -include-sources, but not with wildcards. If you're running the compiler from the shell, then you may be able to use wildcards with sources (because they're paths, not AS3 class definition names, but in that case it would be the shell resolving the wildcard, not the compiler. Christian. On May 5, 2007, at 3:14 PM, gotgoose09 wrote: > Thanks for that info! Is there somewhere I can read more about SWCs > or is there only the Flex 2 Documentation? > > I'm still wondering about matching multiple files instead of one at a > time; anyone know if this can be done? > christian gruber + [EMAIL PROTECTED] <mailto:cgruber%40israfil.net> + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

