Loading external website from mc

Hi everyone,

I trying to make an mc that works as a btn load my blog of my website but its not working can anyone help me out here?

Here is a post of the code i’m using

on (rollOver) {gotoAndPlay(2);
}
on (rollOut) {gotoAndPlay(8);
}
on (release) {gotoAndStop(16);
if (_parent.butt1MC._currentFrame == "16") {
 _parent.butt1MC.gotoAndPlay(8);
}
if (_parent.butt2MC._currentFrame == "16") {
 _parent.butt2MC.gotoAndPlay(8);
}
if (_parent.butt3MC._currentFrame == "16") {
 _parent.butt3MC.gotoAndPlay(8);
}
_parent.getURL("http://www.myblog.com","_blank");
}

thanks for your atention…

best regards!!

please people help!!!

Use only getURL(“http://www.myblog.com”,"_blank"). Remove the _parent.