I have a script wich loads XML structured text, and one line or tag has an URL-hyperlink wich works fine… BUT I find out that instead of going to an URL when clicking this active-xml-text I need a gotoAndStop() … IS IT POSIBLE?
I successfuly generate variables with attributes, but now the text is no longer hyperlink active (mouse does not react to it) now that I use attributes to pass variables how do I say to flash that if you click that line gotoAndStop…bla…bla…
It works fine, but now i have a nother question: instead of using a number or label to go to; how can i use a global variable wich contains the frame I want it to go to. (the value of this global comes from an attribute from the XML, I test it and it shows the exact value)