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();
}
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();
}
:: Copyright KIRUPA 2024 //--