I´m making a cd rom with a flash projector.
i have to make buttons that when pressed open a new an email (like outlook) with a file (.doc) attached on it. how do I do that?
on(release){
getURL("mailto:email@email.com?subject=yourMessage&body=bodyMessge&attachment=pathtoAttachment");
}
I think that’ll work. Change the & to ? if it doesn’t. I’m going off memory of another post where someone asked that.