Flash Email question
Flash Email question
- Started
- Last post
- 10 Responses
- SandersMigel
Hi
I dont have my files on me. Can anyone tell me the code for a button in flash to have it open the clients email program when clicked. I know its very basic, I just can't remeber it off the top of my head.Thanks!
- rabattski0
getURL("mailto:yes@what.huh");
- SandersMigel0
I can't seem to get it to work.. Do you have to upload before it will work?
- tGP0
try this:
on (release){
getURL("mailto:me@mysite.com ");
}+++++++++++++++++++
- del_razor0
it's
getURL("mailto:no@where.how");
- rabattski0
it cuts out "m a i l t o :" without the spaces that is.
- Nac0
wierd didn't post it correctly
- Nac0
figured when PHP is compiled it gets stripped
- rabattski0
yep. lot of stuff doesn't get thru. ip based links as well.
- SandersMigel0
thank you everyone!
cheers!