all groups > macromedia flash sitedesign > august 2005 >
You're in the

macromedia flash sitedesign

group:

how do i send a email...



how do i send a email... dreamx.0
8/20/2005 12:00:00 AM
macromedia flash sitedesign: Hello,

If you guys could please explain to me how to be able to make a succesfull
comments form for my website. My comments form is under my contacts page and i
just need a simple one, this seems simple but I've just started. So if you guys
could please explain and give me a little walk through because I'm not familiar
that much with action script and i believe that's what it needs to be
functional. Thankyou very much and I appreciate this.

Thanks
Re: how do i send a email... Demon paW
8/20/2005 10:39:37 PM
well its quite hard to explain here you will probably need a complete tutorial.
first you need to have input text fields with variable names (not instance
name!!!search the property inspector when the input text field is selected, you
will surely find where to enter the variable name.)
Give each input text field a different variable name.
then you wil need a submit button with the following actionscript.
(Note: "your dynamic link url" is the link to the dynamic page (asp page,php
page or whatever).Dont forget the extension (.asp for asp pages,.php for php
pages etc)
on (release) {
getURL ("your dynamic link url","_BLANK","POST");
}
If you dont want your dynamic page to open use the sendAndLoad() actionscript
instead of get url.
if you still cant get through email me at webmaster@demonpaw.com and i will
send you a complete tutorial ok?
Re: how do i send a email... emedia203
8/23/2005 9:08:42 PM
Hi Demon PaW

AddThis Social Bookmark Button