hello
I want this flash button:
Code:
<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="93" height="33" title="Login">
<param name="BGCOLOR" value="">
<param name="movie" value="button2.swf">
<param name="quality" value="high">
<param name="submit" value="submit">
<embed src="button2.swf" width="93" height="33" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" submit="submit" ></embed>
</object>
to be able to do this :
Code:
<input type="submit" value="Login" name="submit">
-------------------
Can anyone give me the correct code ?
Bookmarks