Thanks a lot Wangbar! Is working fine!
However, the "this" clause didn't work and I had to use the "eval" clause instead.
Now the code looks like:
boxIdx = 0;
while (boxCurrentNode!=null) {
boxSubNodes = boxCurrentNode.firstChild;
eval("btnOrg_" + boxIdx).txtButton.text =...
Hi all!
I'm trying to set dynamically target URLs on some movie buttons already created in design mode.
The URLs are defined in a XML file that is successfully loaded and parsed into variables. The problem resides on affecting the movie clip in order to link to a desired URL.
I've already tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.