If you're using Loader to load images, both w&h of the image itself and that of the Loader should be the same. Sometime however, I do like taking out the data if I'm going to play with it at bitmapData level.
Bitmap(loader.content).bitmapData If you get the w&h of the resulting bitmap data, that's the images actual dimensions. If you're loading an SWF however, I think contentLoaderInfo contains the nominated width, height, framerate etc. All of which can change anyway. Ashim The Random Lines My online portfolio www.therandomlines.com 2009/4/17 Ian Thomas <i...@eirias.net>: > 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 > _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders