Dreamweaver includes some nice flash buttons that you can add to your web page. Can someone help me with the syntax to use one of these flash buttons as a "Submit" button for my web form? Thanks.
Here is my code for my flash button:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="100" height="20">
<param name="movie" value="button4.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#F5F6F8">
<embed src="button4.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#F5F6F8"></embed>
</object>
Here is my code for my flash button:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="100" height="20">
<param name="movie" value="button4.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#F5F6F8">
<embed src="button4.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#F5F6F8"></embed>
</object>