hi everyone,

i'm trying to call a url from an xml file when you click a button in flash. i can't seem to get it to call the url correctly. can someone show me the correct actionscript to call the xml node, please.

EX XML:

<icons>
<icon image="icon0.JPG" theURL="http://www.google.com" content="BLAH BLAH BLAH BLAH BLAH" />
</icons>

i tried..
getURL(theURL, "_blank");