- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 1 and 9 items
- Sri Lanka
rRomila
says
nice one
Posted 2 years ago
nice one
Sorry, how to insert a button to link to external website?
Enter this command: addEventListener( MouseEvent.CLICK, function(){navigateToURL(new URLRequest(“http://site name.com”),”_blank”);})
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
Hi Peonie,
Add this line….... navigateToURL(new URLRequest(“http://google.com”),”_blank”); ..... inside onDown function, For example Check this :
function onDown(e:MouseEvent):void {
}