balroo
August 4, 2003, 11:03pm
1
hi there,
i was wondering if anyone around here would know a script that would inable me to allow a user to refresh the internet browser within the flash website!!
is it possible to do this?? :sigh:
i would appreciate any help given… :sure:
thnx in advance !!
system
August 4, 2003, 11:32pm
2
[AS]getURL(“java****script:window.location.reload();”);[/AS]
system
August 4, 2003, 11:57pm
3
thnx alot , it worked just great…
bye 4 now :thumb:
system
August 5, 2003, 12:06am
5
and if you just want to refresh the Flash movie itself, use
loadMovieNum(_url, 0);
system
August 5, 2003, 12:11am
6
Yeah, I thought of that, too (I should have posted both options). But I figured he’d want to refresh the whole thing…
system
August 5, 2003, 12:21am
7
yeah I figured he did too. I just thought Id throw that up there for good measure. Might prevent someone else from asking it later if they find this