I am trying to load a dynamic image but its not working 4 me

on a MC i wrote

Code:
onClipEvent (load) {
	this.loadMovie("http://www.modelproductions.com/proimages/avatar9.jpg");

}
but then its just load empty space
what can i do to make it work