sted
06-08-2005, 11:57 AM
Hello,
I want a page to have a dynamical interface (in the same frame to avoid a lot of problems) so i have put a first interface with label, textarea etc. in a symbol movieclip, and i have to do others interfaces with another labels, pictures etc.
for the moment, i ve done
_root.attachMovie("test_mc", "foo", 42);
_root.foo.adynamicaltext.text = "blabla"; // work, it s not a label, just a dynamical text in the test_mc movieclip
_root.foo.atextarea.text = "blabla"; // doesn t work ! it s a textarea in the test_mc movieclip
i don't understand why with the textarea, label etc. all the components, it doesn t work. help please.
thanks
I want a page to have a dynamical interface (in the same frame to avoid a lot of problems) so i have put a first interface with label, textarea etc. in a symbol movieclip, and i have to do others interfaces with another labels, pictures etc.
for the moment, i ve done
_root.attachMovie("test_mc", "foo", 42);
_root.foo.adynamicaltext.text = "blabla"; // work, it s not a label, just a dynamical text in the test_mc movieclip
_root.foo.atextarea.text = "blabla"; // doesn t work ! it s a textarea in the test_mc movieclip
i don't understand why with the textarea, label etc. all the components, it doesn t work. help please.
thanks