How do I replace form buttons with flash buttons that do the same things as the form buttons?
Original Buttons
Code:<input type="submit" value="Send">Code:<input type="submit" value="Log In">Code:<input type="button" onclick="showPicker(this, event);" value="Choose...">
Example Flash Button
Code:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="22"> <param name="movie" value="generalchatsend.swf"> <param name=quality value=high> <embed src="generalchatsend.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22"></embed> </object>



Reply With Quote



Bookmarks