Moyosaned,

Yes, width and height properties are inherited. It sounds like you want to
set the content to scale to the size of the Loader, so you would want to set
scaleContent to true.

A blind guess, there was a known bug (1.5 bug 84294) in the loader where
during resize of the content the original size is not known.

Also if you are loading an image, I recommend using the Image tag because it
is optimized for images.

Regards,

Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of moyosaned
Sent: Thursday, December 22, 2005 9:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Max width and height for the Loader??

Is there a max width/height for the Loader
I tried a width from around 4000 pixel, but I see around 3000/2880.
Is it just me? I'm loading the image like this:

<mx:Loader id="image_loader" scaleContent="true" 
maintainAspectRatio="true" mouseMove="scroll()"/>

and 

<mx:Loader id="image_loader" scaleContent="false" 
maintainAspectRatio="true" mouseMove="scroll()"/>

and setting the source in script.

What am i doing wrong! Is there a max?












--
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



 




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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/
 



Reply via email to