Ask a Question related to Macromedia Flash, Design and Development.
-
Ganesh #1
Contact Field
I have beed to alot of flash websites..
and they have a COntact field
for example
the site
[url]www.timberfish.com[/url]
he has made a contact link and ppl can send messages to his e-mail via
this?
can someone please tell me how I can make one? or atleast give a website
that has stem by step instructions on how to make one?
I am using Flash Mx 2004
thanx in advance
Ganesh
Ganesh Guest
-
Contact at Adobe
I had a problem with Adobe Flash Player and left a message here. I received a phone message on my answering machine to email someone named Steve... -
UltraSuite Customers: Please contact me for a full refund (or I'll contact you within the next day or so)
Folks, If you have paid for any UltraSuite product and have not yet received it, I sincerely apologize for that. If you'd like a full refund... -
PHP and contact form
I'm a virgin at PHP, so go easy. :) I have a contact form and a separate PHP script that I'm attempting to author. I have no problem with it... -
How do I contact Macromedia for help? And can I do so?
Conceptual Help. I need to know if I can do what I'm about to embark on, and I'd really like it if Macromedia could help me out and point me in... -
E-mail contact
How would I go about putting a link to my email address - so that users could contact me via email with a "click" of a button? Thanks. -
Martin Voegeli, vom #2
Re: Contact Field
> I have beed to alot of flash websites..
I have a Flash 5 sample online:> and they have a contact field for example the site
> [url]www.timberfish.com[/url]
> he has made a contact link and ppl can send messages to his
> e-mail via this?
>
> can someone please tell me how I can make one? or at least
> give a website that has stem by step instructions on how to
> make one? I am using Flash Mx 2004. thanx in advance, Ganesh
[url]http://birdy1976.com/2003/mailto.html[/url]
A search with Google ...
[url]http://www.google.ch/search?q=mail%20form%20flash[/url]
Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
Martin Voegeli, vom Guest
-
Michael Stevens #3
Re: Contact Field
You can find several ways to accomplish it at [url]www.flashkit.com[/url]
The best way is similar to the most of them but when you submit
instead of going to a REDIRECT page and unloading your movie it allows
you to stay in Flash and go to another frame.
THE KEY IS IN THIS ActionScript which is assigned to the SUBMIT
button:
on (release, keyPress "<Enter>") {
recipient = "bigmike@wideopenphotography.com";
subject = "Please quote me on the following event ...";
loadVariablesNum ("http://www.bigmikes.org/cgibin/webform.cgi", 0,
"GET");
play ();
}
Obviously you'll have to use your own e-mail address & CGI script but
other than those two changes it's good to go. You might substitute the
play() action for a gotoAndPlay. My clip is setup so that the thank is
immediately following the form frames so play is all I need.
You can see the form that I've incorporated it into at
[url]www.wideopenphotography.com/wideopen.html[/url]. Hit the CONTACT button.
Mike
On Sat, 27 Sep 2003 12:36:17 GMT, "Ganesh" <ganesh@bigpond.net.au>
wrote:
>I have beed to alot of flash websites..
>and they have a COntact field
>for example
>the site
>[url]www.timberfish.com[/url]
> he has made a contact link and ppl can send messages to his e-mail via
>this?
>
>can someone please tell me how I can make one? or atleast give a website
>that has stem by step instructions on how to make one?
>
>I am using Flash Mx 2004
>
>thanx in advance
>
>Ganesh
>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
[url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Michael Stevens Guest



Reply With Quote

