[Q] URLLoader not working?

Hi all
I am trying to load an image from the web.

 
var vUrl:String = "http://www.abc.com/images1.JPG";
var req:URLRequest = new URLRequest(vUrl);
var loader:URLLoader = new URLLoader();
loader.load(req);
addChild(loader);

However, it returns the following error …
[COLOR=red]1067: Implicit coercion of a value of type flash.net:URLLoader to an unrelated type flash.display:DisplayObject.[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=black]could any body help ?? [/COLOR]
[COLOR=black]Thanks [/COLOR]