So I have a Loader that is loading an image:

var Img:Loader = new Loader();
var urlReq:URLRequest = new URLRequest("http://www.someurl.com";);

img.load(urlReq);


and I am trying:

img.addEventListener(MouseEvent.ROLL_OVER,xxxxx);



this does not seem to work - does that make sense? and if so, how can I get a 
mouse event on the loader - do I need to load it in another mc?


Thanks!
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to