i'm using CS3 to create a flash projector, for which i want to add a 'contact us' button, which is supposed to open the user's mail client with a mail address.
it should be simple, right? simply use - navigateToURL(new URLRequest("mailto:[email protected]"));
well, guess what - it simply doesn't work. if i run it in a browser, or change the 'mailto' to http address - no problem at all. but the combination of a flash projector and mailto fail miserably.
and no - creating AIR application is not an option, since my client wants it to be a simple EXE file.
any ideas? cheers, eRez