kunal
01-21-2005, 03:26 PM
Hello,
My problem is that when i include abc.text it changes the properties of the dynamic field which are on the main timeline. The properties are changing and the dynamic field are getting the required data form abc.txt, but the problem arises that i have one dynamic field in a movieclip named mainmovie the problem is if i include text file then it takes properties from it and if i tell mainmovie.loadVariables("abc.txt",_root) it sends data but the properties of the dynamic fields are lost.
abc.txt is an external file
which contains variable
long="something"
styleOne.color=0xFF0000;
if anyone could help in resolving the matter
My problem is that when i include abc.text it changes the properties of the dynamic field which are on the main timeline. The properties are changing and the dynamic field are getting the required data form abc.txt, but the problem arises that i have one dynamic field in a movieclip named mainmovie the problem is if i include text file then it takes properties from it and if i tell mainmovie.loadVariables("abc.txt",_root) it sends data but the properties of the dynamic fields are lost.
abc.txt is an external file
which contains variable
long="something"
styleOne.color=0xFF0000;
if anyone could help in resolving the matter