This is my code
this.mc_Bannerimage1.loadMovie(“D:/bannerimage/btn1.gif”);
this.mc_Bannerimage1.onPress = function() {
getURL( “”,"_blank")
}
on this onpress event is not working.What i am suppose to do.
I want to load image into movieclip control and while on pressing that control it want to take some other page using getURL methode.
Thanks in advance