1,new flash doc
2,copy :
myData = new LoadVars()
myData.load("data.txt")
myData.onLoad = function(succes){
if(succes){
name.text = this.name
} else trace ("Error loading data")
}
to frame action
3,add dy txt and named name
4,new data.txt doc write name=tojava and save it in the same dir with the swf file
5 enter+ctr
6 you can see tojava in the flash player