On 7/5/05, Omar Ramos <[EMAIL PROTECTED]> wrote: > Because there are times where the image won't be in the image tag and > in a movieclip and need to scale it there also.
Okay, I'm not going to try to find out _why_ there are times when there's no Image component and only movie clips -- I assume you're doing this for some kind of performance reasons (otherwise you can always use the Image component). Now to answer your original question: look for this file called FlexforFlash.zip in your Flex installation, open it (unzip), open the Loader.as source file, and go to the "doScaleContent" function body. That's what you're looking for. Hope this helps. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

