از این دستور می تونی استفاده کنی
[PHPS]
var imageLoader:Loader = new Loader();
var image:URLRequest = new URLRequest("C:\Users\Amir\Desktop\1-26.jpg");
imageLoader.load(image);
addChild (imageLoader);
imageLoader.x = 200;
imageLoader.y = 300;
[/PHPS]