Mailto botton

hi

I´ve read the tutorial on how to make a mailto botton, but probrably I´m forgetting to do something. My botton do not work.
I´m using flash MX. this the as i´m using.

on (release) {
getURL(“mailto: felipe.marquardt@terra.com.br”, “_self”);
}

May the problem be on the host?

thanks

well basically if u want to link in html (i know u dont) u would use:

< a href = " ur email " > with out the gaps

as for flash i look over ur code problem i see is u have a gap before the mailto: and ur email address… try changin that??? might work i dunno.

no problem with the host tho, this has nuttin to do with ur host …

Try the below code:
**
on (release) {
getURL(“mailto:felipe.marquardt@terra.com.br”, “_self”);
}

**

should work…

if u use my code it may work … thats all i can tink of

Of course the geturl + mailto: whatever@whatever.com thingy works…just gotta test it in a browser. Remember, a lotta things might not work until you test it online.

mailto works. check my site if you don’t believe me.