how can i make a butt in flash go to an email box. i know i have to use the mail to script but i dunno how it exactly goes
on(press){
getURL("mailto:whoever@whereever.com")
}
yu tha man yo, thanks er… um with or without the quotation marks??? the reason i ask is because thats exactly what i put and it doesnt work. i even rewrote it looking at yur example and nothing , what do you think it could be???
if you want to prefill the subject and put someting in the body of the mail then try this
on(press){
getURL("mailto:whoever@whereever.com &subject=this will be the subject &body=this will be the body of the mail",_blank)
}
you can also copy it to a different addy using copyto:another.email@anotherisp.com (but i cant remember just where it goes…lol try it just after the first addy and b4 the &
hope this was helpful
gary
im a lil confused but ill try to read it again. lol, you ever read some code or something and at 1st you dont really get it so you read it really slow to see if you could understand it but at the end your more lost than you were at the beggining lol. anyways, where do you guys get this info from…
and thanks bro aku