Let's try that again - perhaps I wasn't clear.

I'm assuming - from your first email - you're using a flash.display.Loader?

Look for the property called contentLoaderInfo on the instance of your
Loader class.

Documentation here:
http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html#contentLoaderInfo

HTH,
  Ian


On Fri, Apr 17, 2009 at 10:26 AM, Karl DeSaulniers <k...@designdrumm.com> wrote:
> That looked like it was going to work.
> Thanks for your response.
> It just told me there was no property called contentLoaderInfo in my class
> file.
>
> Karl DeSaulniers
> Design Drumm
> http://designdrumm.com
>
> On Apr 17, 2009, at 3:21 AM, Ian Thomas wrote:
>
>> myLoader.contentLoaderInfo.width
>> myLoader.contentLoaderInfo.height
>>
>>
>> HTH,
>>   Ian
>>
>> On Fri, Apr 17, 2009 at 6:09 AM, Karl DeSaulniers <k...@designdrumm.com>
>> wrote:
>>>
>>> Hello all,
>>> Quick question.
>>> I am using a loader class to load some preview images and I am trying to
>>> make a couple of variables eq the width and heigth of the preview once
>>> the
>>> class is done actually loading the image. I am running into a snag with
>>> the
>>> variables eq the holder MCs width and height after the image loads and
>>> not
>>> the loaded images w&h.
>>>
>>> What is the best way to get actual loaded images w&h and not the holder
>>> MCs
>>> w&h?
>>>
>>> Thanks for any help
>>>
>>> Karl
>>>
>>> Sent from losPhone
>>> _______________________________________________
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>> _______________________________________________
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to