In a deep level of my Flash movie I have a button.
Now the label of that button will change depending on which language is selceted.
nothing new, do that alll the time.
now for debugging. i enter the code:
[font=Courier New]faqBtn.text = “testest”;[/font]
“testest” appears at runtime on the label
all good.
if i input
[font=Courier New]trace(_root.faqBtnXML);
[/font]the output window gives me the correct vlaue for the _root loaded variable
So, at the same point in the movie as the above two test lines, why doesn’t [font=Courier New]
faqBtn.text = _root.faqBtnXML;[/font] work?
because each one works on its own (as illustrated by the tests in the same point), but not together !?!
Thanks,
al