Hey guys,
I just had a quick question.
I am using a XML photo gallery from Kirupa that looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>
http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption>Kresge</caption>
</pic>
</images>
I have a button on the movie clip that says VISIT WEBSITE and has a rollon and off state.
I want to be able to change the a href for that button but I cant think of how to do it.
How can I make it reference the XML file?
Any help would be greatly appreciated.
Thanks