Loading Image From Library

Image at library

Class Name = kaplama
Base Class = flash.display.BitmapData

I tried this:[AS]
var resim:kaplama = new kaplama();
resim.x=200
resim.y=100
addChild(resim);[/AS]

But it didin’t work? What is the true code?