I have just finished an interactive portfolio which I am copying to CD, everything seems fine apart from one issue. I have applied a get url mailto action to their email address, when I use the link it works fine with the folio uploaded to the net but not when burned to CD. Is there any reason for this that anyone can think of? Thanks
script:
on (release) {
getURL("mailto:sales@tongeinternational.com?subject=enquiry");
}