I need some XML code for a hyperlink. Every time I try to place in between nodes, the next nodes info dies.
Can anyone help out a rookie with code to make text a hyperlink?
PLEASE !!!!
Posted about 1 month ago
you do a link via an html tag, what your likely running into is the fact that if you put in an html tag, flash will just assume it’s the next node. How do you get around that? What Pdesignx said, put it in CDATA , which lets the program know that everything in there is part of the node, not a new node, even if there is html.
look at this: http://pastie.org/320986
Posted about 1 month ago