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
}
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
}
:: Copyright KIRUPA 2024 //--