Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread MJorge
---Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of MJorge > Sent: Wednesday, February 08, 2006 6:54 AM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Dynamic width of image... > > I had to go with another solution... > > I

RE: [Flashcoders] Dynamic width of image...

2006-02-08 Thread Ryan Potter
ctor); } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MJorge Sent: Wednesday, February 08, 2006 6:54 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Dynamic width of image... I had to go with another solution... I have the same code at

Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread MJorge
I had to go with another solution... I have the same code at my Clip but now i have it at my lybrary and i´m using attachMovie to load it to my stage... Thanks. On 2/8/06, Éric Thibault <[EMAIL PROTECTED]> wrote: > > And if you rescale the emptyclip back to 100% before loading another > image..

Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread Éric Thibault
And if you rescale the emptyclip back to 100% before loading another image... :-) Eric. MJorge wrote: I know that my approach is working, the prob is that i have a button to load another image to the clip. That´s when all the problems come... The width value is not respected anymore. That

Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread MJorge
I know that my approach is working, the prob is that i have a button to load another image to the clip. That´s when all the problems come... The width value is not respected anymore. That´s my prob. On 2/8/06, erixtekila <[EMAIL PROTECTED]> wrote: > > _xscale and _yscale should be your friends.

Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread erixtekila
_xscale and _yscale should be your friends. Your approach is good btw. I am loading dynamically some images to a emptyClip. The images have different width anh height values each one. What i wanted is that my Clip (or image after loading) had a maximum width of 163 I am using this code at

[Flashcoders] Dynamic width of image...

2006-02-08 Thread MJorge
Hello, I am loading dynamically some images to a emptyClip. The images have different width anh height values each one. What i wanted is that my Clip (or image after loading) had a maximum width of 163 I am using this code at my Clip but it´s not working correctly. Can anyone help? onClipEve