RE: [flexcoders] Resizing SWFs in mx:Loader

2005-05-27 Thread Tracy Spratt
Try this link instead: http://www.flexdaddy.info/2005/02/21/sizing-apps-within-the-loader-contr ol/ Note: MM recommends against using _parent and advises using mx.core.Application.application instead. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Resizing SWFs in mx:Loader

2005-05-27 Thread dave buhler
Hi Tim, You're using an image component, and not a loader component. Once you change to a loader component, you can do the following: I get the size of the SWF being loaded into the loader component and then resize the loader component to the size of the contents. By doing so, I can control