eilsoe
1
I’ve searched the threads, and the answer is nowhere to be found… 
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’…
system
2
try that one:
javascript:history.go()
and in flash:
getURL("javascript:history.go()")
hope it helps!
yours,
h88
system
3
Hey thanks man! 
It worked great! 
Gonna put this in my notebook… handy that…