Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
raybobya webforumsuser@macromedia.com #1
Button to email???
Hey gang - I am really new at this, played with Flash 2 years ago. I am trying to take a button from the library and have it call an email address... "click here to email sort of thing"
does anyone have a good step by step tutorial for this or any suggestions?
Thanks,
Ray
raybobya webforumsuser@macromedia.com Guest
-
How to sned Email through a Submit button?
Hi, I have designed a form where user has to send feedback. I dont want to use a cfm code and want to send the mail to gmail / yahoo address when... -
Email button
I cant find an email button that will call my email client from a flash movie. I can find one that works when the movie is on an html but want it to... -
best way to make an email button
What is the best way to create a button that when clicked will bring up the users email program? I've been using the button tool and in the action... -
email link button
hi all how do i set a button to email me? thanks in advance :) -
Acrobat 6.0 Pro crashes when trying to use the Email Button
Acrobat 6.0 Professional crashes every time I have tried to use the Email Button (to send the PDF file as an email attachment). The email client... -
stwingy webforumsuser@macromedia.com #2
Re: Button to email???
drag the button onto the stage, give it instance name button in the property inspector, click the first frame on the timeline and type in the actions thing
button.onRelease = function() {
getURL("mailTo:me@my.com");
};
This just opens the users default mail program
If you want to create your form, you need something serverside have a look on flashkit
Certified but not by Macromedia!
myurl
stwingy webforumsuser@macromedia.com Guest
-
raybobya webforumsuser@macromedia.com #3
Re: Button to email???
stwingy - thanks!
I haven't tried it yet - I'll let you know. :) ray
raybobya webforumsuser@macromedia.com Guest



Reply With Quote

