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); }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.