Author: flashadvisor | Email
Advertisement
Make a button with all of the appropriate states. If you don't know how to make a button, read How to Make a Simple Button first. After you've made the button, stay in the symbol editing window to add the get url.
After create button add an action to this button as below
on (release) {
getURL("http://www.flashadvisor.com","_blank");
}
same as open mail function
on (release) {
getURL("mailto:info@flashadvisor.com");
}
We hope the information helped you. If you have any questions
or comments, please don't hesitate to post them on the
Forums section
Submit your Tutorial at Click Here