if i want same refresh script in flash coding how can i?is it possible ?
if i want same refresh script in flash coding how can i?is it possible ?
what refresh script?
Edit: I see...it's the script that codeexploiter linked to above. I didn't take a good look at it. But, if you can call it via a mouse event in JS, you can easily do it in AS. Simply use this formula when using AS2 (AS3 is a little more complicated, ask if you're using AS3):
Code:getURL("javascript:function");
Bookmarks