Using a flash button as submit button

Hi
Im pretty bored of using the same grey square box for my submit button in my forms…

can anyone please advise me how to use a flash button instead(i.e button.swf) to substitute for the ordinary submit button…
Please include the codes…

thanx

I am not sure about flash button at the moment the syntax escapes me but you are not bound to the grey button not onloy can you change it with css but you can use a image as a submit button like this.

<input name=“your button” type=“image” src=“your.jpg”>

You may try putting your swf in the source never tried that but it may work.

http://www.kirupaforum.com/showthread.php?s=&threadid=11477&pagenumber=1

There are some links in that thread that will help you do what you want.