Linking from Dyn. Loaded XML

what i’m trying to do is to be able to click on links that are dynamically loaded from an xml file.

i know how to load things from xml fine, i’m quite well versed in it, i just have no clue on how i would go about making an url clickable.

any ideas?

I cant think of the exact, Code xml for linking which is kinda odd and Im at college have a gander around ur flash first run stuff where its got the template files and there will be a xml somewhere in there for the drop down just take the link code and put it into ur xml file.

Mind u just realised wot well versed means lol can u describe a bit clearer, coz ive never had much trouble with it other than doing that.

no matter how you are you loading the information the only way flash can communicate with the browser location is via a getURL() command.

You can have a getURL with a url and target that are pulled from attributes of your XML tags.