PDA

View Full Version : flash button in php contact form



bevjones
17 Apr 2010, 02:04 PM
Hi there,

I was wondering, I currently have a general submit button for my contact form which is written in php.

I would like to change the submit button to a flash button (in Dreamweaver = insert_media_flash button).

The code I have to go in is

<input name="submit" type="image" class="button np inf-button" id="Submit" value="submit" src="button3.swf" />

button3.swf being the flash button, but the code I have for the flash button is

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="147" height="34">
<param name="movie" value="button4.swf" />
<param name="quality" value="high" />
<embed src="button3.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="147" height="34"></embed>
</object>

Can anyone help me with this issue?

Thanks very much,

Bev.