PDA

View Full Version : email problem?


amclean123
08-05-2003, 03:25 PM
This is really dumb, but i cannnot get my email button to work?
I don't know what I am doing - I am really just learning flash, but this seems like it should be something easy? I am attaching the button I created so please tell me what I did wrong and what I need to do to get it right next time - thanks!:confused:

binkyboo
08-05-2003, 03:54 PM
Welcome to the forum! Make sure you have an event handler on your button (eg. onRelease, onPress, onRollOver, etc).

on (release) {
getURL("mailto:info@484wake.com");
}

amclean123
08-05-2003, 04:18 PM
wow i knew it had to be something simple! Thank you sooooo much!