Do we have load image?

now i have a picture (jpg file) in my hard disk, then i name it “face.jpg”

i would want to load this image/get this image when i press on a button which i create on my flash movie.

And, i want to place this image:

                _x = 100
                _y = 48

Therefore, i had wrote an an action:

               on (press) {instanceName.getItemByName("face.jpg")
	this.face.jpg_x = 100
	this.face.jpg_y = 48}

and it doesn’t work, of course !T_T!

Please tell me how to do it, is that my script too simple? or it need more description?

Thanks :crying: