Image interactions after loadMovie

How can I get the properties/get event handlers for an image just loaded into a container MC using loadMovie?


container1.loadMovie("blah.gif")
container1.onRollOver = function() {
   //nothing happens - onRollOver handler doesnt work
}