The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Why a SWF button works in IE and Firefox but not in Google Chrome?
Tahere
post Jun 26 2013, 10:25 AM
Post #1





Group: Members
Posts: 2
Joined: 10-November 11
Member No.: 15,828



I have this piece of code in my contact us page :

CODE

     <button name="Submit" id="Submit" type="submit" style=" border-style: none; border-width: 0; background-color:transparent" >
<object data="swf/sending.swf" type="application/x-shockwave-flash" width="190" height="46" form="msg">
<param name="movie" value ="swf/sending.swf" />
<param name="quality" value="High">
<param name="wmode" value="transparent">
<embed src="swf/sending.swf" width="190" height="46" quality="High"
wmode="transparent">
</object>          
</button>

When I go to the page address and I try to send a message by clicking the button, it runs well and sends message to my email address if I use IE or Firefox but in Google Chrome I don't receive any message. I don't know what the problem is. If anybody help< I will appreciate so much. And this is the form code in this page:
CODE

<form method="post" action="email.php">

Thank you so much!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jun 26 2013, 05:17 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



I've never seen a Flash movie being used in a submit button before.

Does Chrome load email.php, or doesn't anything happen at all? Does the form work if you use an ordinary submit button, without Flash?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 11:38 PM