Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
Rocio08 #1
How to write AS 2.0 on a field for Mailto?
Hi, I made a web site and at the bottom of the screen I put a field named
"Contact me". I made this field a movie clip to put some animation on it. Now,
what specific action script should I put for this movie clip field if I want it
to open a mail to window? I mean, when the user clicks on it "contact me" a
screen will open with my e-mail address already in the to:field and he types
the rest. (I now in Dreamweaver is a mailto instruction). How is in Flash AS
2.0? Could you give me an example please?..Thank you
Rocio08 Guest
-
Is it possible Write Script for text field in Illustrator?
Is it possible Write Script (condition) for text field in Illustrator 10? Is it possible to make any script that would check the date, or require... -
write to database without giving write permission to IIS
Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database... -
Mailto ?
I have always used HTML for my web pages, I am now trying flash but I cant get a button to open my Email editer the way I could with <a href... -
mailto into exe
How I can to do "mailto" for exe in flash? -
mailto
I'm trying to create an email link from a button. I am entering 'mailto:xxxxxx@xxxxx.co.uk' in the behavior text box. It works fine, but it... -
clbeech #2
Re: How to write AS 2.0 on a field for Mailto?
yeah it's pretty much the same - except you place it in a getURL() method - and within a button/mc on handler:
my_btn.onPress = function() {
getURL('mailto:you@yourdomain.com');
}
clbeech Guest



Reply With Quote

