UBB.Dev
Posted By: Digital Boy Flash Questions - 07/16/2002 2:40 PM
Hey all,

Wow! I can't tell you how impressed I am with everything that you folks have done with this site since I've left. GREAT JOB!

I need some help with a flash app that I'm writing (since I haven't done this is FOREVER). I have two buttons, one needs to launch a mailto: link and the other needs to open a browser window and go to a particular url. Any help would be greatly appreciated.

- DB

p.s. you can reach me via AIM @ dgtlby or MSN @ mtorbin. Thanks!
Posted By: iga.shadow Re: Flash Questions - 07/17/2002 2:50 AM
uhmm this isnt quite scripting forums stuff is it?

anyways... for the first button u will want to click on it, then open the actions window, and either add this code in manually or do it using the hints etc

on (release) {
getURL("mailto:[email protected]", "_blank");
}

then highlight 2nd button and add this code into actions window

on (release) {
getURL("http://www.url.com", "_blank");
}
Posted By: Digital Boy Re: Flash Questions - 07/17/2002 1:23 PM
Shadow,

Thanks for the input..

- DB
© UBB.Developers