How to create a flash refresh button?

hie there…
how do u create flash refresh button (F5)?
Any idea?? help required!..

it’s kind of a workaround but I would attach this code to my flash button

getURL(“JavaScript: MM_Refresh()”);

and then in the html page the flash file appears it’s just a case of adding

function MM_Refresh(){
window.location.reload()
}

someone may have a better solution but this is how I do it.

thanks dude… this wat i wanted… :slight_smile: