Quickie Q about refreshing

I’ve searched the threads, and the answer is nowhere to be found… :frowning:

All I want is a tip on how to refresh the current html page my SWF is residing in. I’ll be using it in a button…

Sound hard? I think it might be something like getURL(java script:refresh); or somethin’…

try that one:

javascript:history.go()

and in flash:

getURL("javascript:history.go()")

hope it helps!

yours,

h88

Hey thanks man! :slight_smile:

It worked great! :stuck_out_tongue:

Gonna put this in my notebook… handy that…