Question
Loading external images into a MovieClip on rollOver
Odd, I thought this code should accomplish what I need – what am I missing?
myBtn.addEventListener (MouseEvent.MOUSE_OVER, loadit);
function loadit (e:MouseEvent):void{
myLdr.source = ("4girls_hbo.psd");
}