First of all - I'm new to Flash..
I'm trying to load an external image as a background and the url is loaded with flashvars
var flashvars = LoaderInfo(this.loaderInfo).parameters;
if(flashvars.bg){
var imageLoader = new Loader();
var image = new URLRequest(flashvars.bg);
imageLoader.load(image);
addChild(imageLoader);
imageLoader.x = 0;
imageLoader.y = 0;
}
When the swf is compiled the image is not posisioned at 0,0 and it has been scaled down.. it has not the original dimensions