Hi, i need to know how to how to apply scriping to a flash button so that once the button is clicked, it will refresh the page. For example:
<p align="left" class="style1">
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download. macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22">
<param name="BGCOLOR" value="">
<param name="movie" value="ResetChord1.swf">
<param name="quality" value="high">
<embed src="ResetChord1.swf" width="100" height="22" quality="high" pluginspage="http://www. macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
--------------------------------------
Thats the code for the flash button, what code would i need to apply a refresh action, and were to i place it in the code???? Help ME!!!!!!