Sending mail from flash 8

Hi,

I am working on a demo flash presentation

There is a link when you click on that it should open in outlookexpresss

I am using this script

on (release)
{
getURL(mailto:theemail address, “_blank”);
}

It not working on flash 8

help plz

on (release)
{
getURL("mailto:owner@email.com", “_blank”);
}

it not working once i write all the files on CD

Now i am just redirecting the link to the contact us page of the site

THanxs for ur help!

worked for me mate. :hat::beam: