On Wed, May 21, 2008 at 9:02 PM, Laith Juwaidah <[EMAIL PROTECTED]> wrote: > I just did img.mouseEnabled = false; > How do I access its "internal Loader object"?
There's no API for accessing the Loader object. So you have to go through the mx_internal 'contentHolder' property, I believe.

