flash q
flash q
- Started
- Last post
- 0 Responses
- imakedesign
i am building a xml menu. and i want to asign a unique id to each button, how might i do this?
heres me for loop, i have ommited the button code to make it easier to veiw
total =xmlNode.childNodes.length;
for (i=0; i < total; i++) {
}