Flash mail button
Flash mail button
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- rabattski0
hum. that shouldn't work. doesn't contain mailto.
anyways. linebreaks need to be url encoded.
here ya go:
define the linebreak
var br="%0D%0A";
button code:
on (release) {
getURL("mailto:test@test.org?sub...
}