PDA

View Full Version : Using a flash button as submit button



ykwongss
January 2nd, 2003, 11:10 PM
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

DDD
January 3rd, 2003, 11:33 AM
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.

Jubba
January 3rd, 2003, 02:52 PM
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.