ok, i can get the data from a txt file into the dynamic txt field ok, but when
i place the txt field inside a movie clip i cannot get the data from the txt
file to load.
Any guru's with Suggestions?
NSurveyor - 31 Aug 2005 21:45 GMT
tyrantdj - 31 Aug 2005 21:50 GMT
loadVariables("textFile.txt",this);(this is in the actions layer)
dynamic txt variable name is content
text inside the txt file is Content=test
tyrantdj - 31 Aug 2005 22:00 GMT
but when i put the dynamic txt field inside a movie clip i cannot get this to work
NSurveyor - 31 Aug 2005 22:16 GMT
Use:
loadVariables("textFile.txt",this.INSTANCE_NAME_OF_MC);
tyrantdj - 31 Aug 2005 22:22 GMT
NSurveyor - 31 Aug 2005 22:23 GMT