views:

71

answers:

0

I have this flash website that comes with XML. The website is predefined in such a way that when I hoover the mouse cursor over some pictures or text, it will show the pointing hand, thus meaning it's a clickable link. Originally, it would look like so:

<image imageUrl="_pic2.png" link="asfunction:link"/>

After I changed the link part, it becomes:

<image imageUrl="_pic2.png" link="http://www.google.com/" TARGET="blank"/>

However, this seems not to be working (google link is just an example). The pointing hand is still showing, but when I click on it, nothing happens. So my question is quite simple, how do I link in XML (sorry if all this sounded rather stupid, I'm a noob)