PDA

View Full Version : tiny help but a bit urgent


wazza
07-21-2004, 05:51 PM
i was looking in this forum and in the tutorial how to open the outlook from flash using a button, but could not find it,
anyway , any one can help me with the script please.i really need it,thanks .

Tink
07-21-2004, 10:41 PM
on(release){
getURL("mailto:name@email.com")
}

myarro
07-21-2004, 11:27 PM
You can pre-populate the email as well with more information if you wanted, using:

getURL("mailto:email_address?subject=Subject_Title&body=" + xString);

Where xString is a string of text that you want to appear in the body.

wazza
07-25-2004, 11:37 PM
thanks guys for the help
its fine for me now what tink said
cos its a but complicated for me
what myarro asked me to, maybe
later on i will have a full understanding
of the strings and it will be ok,
so thanks a million.