How do I open up outlook in flash with my address already in there so someone can contact me from my website.
Simply attatch this to a button
[AS]
on (release) {
getUrl("mailto:username@host.com?subject=From your website");
}[/AS]
may be a syntax error in there b/c it’s late, and I’m tired :bad: