Large Dimensions of MultiScaleImage's Parent DisplayObject

Edited on 09/05/09
I am trying to use a MultiScaleImage in a project. I am doing this:


var msi:MultiScaleImage = new MultiScaleImage();
msi.source = "...some.xml...";
addChild(msi);
// now it is being displayed

trace(height, width); // yields huge numbers
trace(msi.height, msi.width); //yields 100, 100


I am very confused - why is my original Sprite so large? If i don't call addChild(msi), the size is 0,0. Is this normal behaviour?
 
indifferent I’m confused
Inappropriate?
1 person has this problem

The company has a solution in progress.

See the changes made to this problem
User_default_medium