PDA

View Full Version : building CD ROM e-mail does not work


chicoP
01-19-2003, 05:43 PM
I am building a CD-rom and the base file for the application is an exe. Each subsequent file that is loaded onto another level is an swf file. the mailto function on the swf files will not work for me, can anyone help me with this, my project is due tomorrow...................

jimburton
01-19-2003, 08:12 PM
what is your mailto, just a getURL with mailto: protocol, or some mailform script? Post some code please :)

chicoP
01-19-2003, 09:19 PM
HERE IS MY FULL CODE TO THE BUTTON:

// ================================================== ==
// e-mail Button Settings
// ================================================== ==
emailButton.onPress = function() {
getURL("mailto:someone@nailmail.com");
};

chicoP
01-19-2003, 09:20 PM
JIM, AS WELL I TESTED THE CODE LOADING THE SWF FILE INTO AN HTML PAGE AND IT WORKED

jimburton
01-19-2003, 09:43 PM
well, that should work from a webpage or from the player/exe, so I'm stumped:confused:

chicoP
01-19-2003, 09:47 PM
I am running outlook express is that a problem?

jimburton
01-19-2003, 10:05 PM
no - so am I, and I made a little mailto button just to check what I already know, that it would work from an exe...

chicoP
01-19-2003, 10:08 PM
did you try an exe that loaded an swf with the mailto button in it?

jimburton
01-19-2003, 10:17 PM
I did now, and it works ok.

chicoP
01-19-2003, 10:31 PM
Thank you so much for your help and testing, I must have another problem?

I will test again.

jimburton
01-19-2003, 10:34 PM
good luck with it:)