Hi there. I’m using XML to load text in dynamic textfields but want to attach a button to every field with a different link. How to position these buttons exactly behind the text fields and give them getURLs? Thanks in advance!
I’m attaching the fla & here is the xml:
<?xml version=“1.0”?>
<mp3>
<slot
thename = "Name 1"
thelink = "sample1.mp3"
/>
<slot
thename = "Name 2"
thelink = "sample2.mp3"
/>
<slot
thename = "Name 3"
thelink = "sample3.mp3"
/>
<slot
thename = "Name 4"
thelink = "sample4.mp3"
/>
</mp3>