Refresh flash movie

Hello all.

Can anyone tell me how to refresh an swf file using an onRelease event?

I’ve tried the following,

btnBack.onRelease = function(){
updateAfterEvent(refresh);
}
btnBack.onRelease = function(refresh){
updateAfterEvent();
}