I have the following code.

<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";   
xmlns="*"
   marginTop="0"
   marginBottom="0"
   marginLeft="0"
   marginRight="0"
   horizontalGap="0"
   backgroundColor="#71897F">

<mx:VBox 
    width="100%" 
    height="69">
    <mx:Image
        scaleContent="true" 
        source="@Embed('../images/MainMenuBackground.png')"/>
</mx:VBox>

</mx:Application>

I realize that the scaleContent does not need to be set, since the 
default is True, however, it does not scale either way.

I only displays the image width as it's real width.  In other words, 
the image is about 3/4 of the width of my app, but it does not scale 
all the way to the right.

I've looked at the manuals, which is where I found out about the 
scaleContent, but must be missing something.

Any ideas?

Thanks,

Jack





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/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