On 6/2/05, rockmoyosa <[EMAIL PROTECTED]> wrote:
> I have given my image a height and width and maintainAspectRatio is
> true. When I'm loeding the image you will see the whole image in
> original size and than it whil resize top the given height an width.

I don't know why this happens (I can't seem to reproduce it), but a
simple workaround is to make the image invisible at first and set it
to visible in its 'complete' event handler.

  <mx:Image source="b.jpg" width="200" height="200" maintainAspectRatio="true"
    visible="false" complete="event.target.visible = true"/>


 
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