Hi,
I import my images with
imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete); imageLoader.load(imageRequest);
and then try and cast as a movieclip:
var newImage:MovieClip = imageLoader.content as MovieClip; addChild(newImage);
i keep getting errors, is this possible?
Thanks,
Ross