Hello
I have a form created in FlashMX here:
and the code behind it is:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>mainTest</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--Your e-mail addressSubmit--><OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH="550" HEIGHT="400" id="mainTest" ALIGN="right">
<PARAM NAME=movie VALUE="mainTest.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="mainTest.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="mainTest" ALIGN="right"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
</BODY>
</HTML>
The form is supposed to be right aligned (as the values in the code above indicate, but it doesn't), but that is somewhat peripheral at the moment.
What I am hoping to do is integrate the Flash form with ASP (CDONTS), and wonder if I may be able to read a good tutorial on it somewhere.
It is possible to read tutorials on CDONTS (for example, here:
but I am not sure how to integrate Flash with it. There is an added complication in that the Flash form uses checkboxes.
The form should send a copy of the message (that is the checked boxes, plus the e.mail address of the sender to the webmaster and a copy to the sender himself. It should also generate a pop-up informing the sender that the message has been received and a copy of his message has been sent to his e.mail box.
I know this is all heavy duty stuff, but would be grateful for any guidance.
Many thanks and best wishes.
LaPluma
I have a form created in FlashMX here:
and the code behind it is:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>mainTest</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--Your e-mail addressSubmit--><OBJECT classid="clsid
codebase=" WIDTH="550" HEIGHT="400" id="mainTest" ALIGN="right">
<PARAM NAME=movie VALUE="mainTest.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="mainTest.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="mainTest" ALIGN="right"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
</BODY>
</HTML>
The form is supposed to be right aligned (as the values in the code above indicate, but it doesn't), but that is somewhat peripheral at the moment.
What I am hoping to do is integrate the Flash form with ASP (CDONTS), and wonder if I may be able to read a good tutorial on it somewhere.
It is possible to read tutorials on CDONTS (for example, here:
but I am not sure how to integrate Flash with it. There is an added complication in that the Flash form uses checkboxes.
The form should send a copy of the message (that is the checked boxes, plus the e.mail address of the sender to the webmaster and a copy to the sender himself. It should also generate a pop-up informing the sender that the message has been received and a copy of his message has been sent to his e.mail box.
I know this is all heavy duty stuff, but would be grateful for any guidance.
Many thanks and best wishes.
LaPluma