Im using DuplicateMovieClip within a loop to display a list of buttons.
Under the primary button,i have it using an On (release) event to 'POST'
info to a url. On the end of my URL i have a variable, for example:
("
www.mysite.com/page.asp?UID="+myValue)
How do i use info from an array called in the loop to change the value of
'myValue' variable for each particular duplicate ?