Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Ti-Rick #1
ASP & Components
Hi guys,
I'm having a problem. I'd like to work with components and ASP. Take a look at
[L=http://www.tech-nomade.com/lab/formulaire.swf]http://www.tech-nomade.com/lab/
formulaire.swf[/L] so that's my form and I can't get it work. I mean I want my
customers to fill that out and once they're done, they click ENVOYER
which means SEND and I want the form to send me an e-mail by using an
ASP page. Here's a look at my ASP code...
<%
strName = "Ti-Rick"
strEmail = "info@tech-nomade.com"
strSubject = "TEST = Tech-Nomade"
strBody = "HELLO"
Set Mailer = Server.CreateObject("JMail.SMTPMail")
Mailer.RemoteHost = "mail.tech-nomade.com"
Mailer.FromName = FIRSTNAME
Mailer.FromAddress = EMAIL
Mailer.AddRecipient strName, strEmail
Mailer.Subject = (strSubject)
Mailer.BodyText = strBody
%>
Ti-Rick Guest
-
FMS UI Components?
Do you think if FMS support communication UI Components (like SetBandwidth)? May I have the url and I can download themfor flash cs3. Thanks ... -
Use FMS without components
Hello all, due to the fact that I have not been able to publish in "flash 8" using the default FMS components (I get errors and can only publish for... -
v1 or v2 of components to use???
Dear folks I'm creating a DE course for the medical doctors. A big component of this course is a flash interaction where the doctors will have... -
Any components of .....
Has anyone written a component like "Mail Merge" or "Poll Management" in ..NET Can anyone share or redirect me to any URL... Regards, -
Components Components Components
Again with the damn component questions.... I am trying to use the accordion box (MX 2004), and would like my text to appear within the different...



Reply With Quote

