getURL not working

I have a flash using

video_btn.onRelease = function() {
getURL(“video.htm”, “_self”);
};

I get no error but when I click the button nothing happened.

Export Flash Player Option is set to “Access Network Only”. I am testing online.

Dave