Get width of image loaded

how do I get the width of an image dynamically loaded using MovieClipLoader’s loadClip method?
i tried


listener.onLoadComplete = functon(holder){
variable = holder._width;
}

, but it yields 0, or i am doing something wrong…