private var linkURL:String;
linkURL = configXML.logolinkurl;
private function img_clickHandler(event:MouseEvent):void
<logolinkurl>http://www.esri.com</logolinkurl>
linkURL = configXML.logolinkurl; if (linkURL) { logoIcon.toolTip = "Blah blah blah"; logoIcon.buttonMode = true; logoIcon.useHandCursor = true; logoIcon.addEventListener(MouseEvent.CLICK, img_clickHandler); }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.