Problem on Movieclip control in onpress and load movie

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

for one thing you are not specificing which http address you just got “”

getURL( “http://”,"_blank")