Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use a flash button as a submit button

Status
Not open for further replies.

djcampos

Programmer
May 12, 2005
15
US
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="clsid:D27CDB6E-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>
 
i dont think that can be done, u will have to create the button on your own in Flash for that....

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top