on (release) {
getURL("javascript:history.back()");
}

When i click on this button, it does not work in one click, have to click twice to go back in the browser and also once it has gone back if i want to return doesn't return from there,however i can write a function in javascript and call it from flash to perform this action, but am i making any mistake here, is it possible this way???

Thank you.