mike99
04-26-2007, 10:11 AM
hello
i am trying to read the text from a flash document with:
theElement=flash.documents[0].timelines[0].layers[0].frames[0].elements[0];
elementText=theElement.getTextString();
i can successfully read static text this way but not dynamic text, with the text set by actionscript:
dynText.text="some dynamic text";
how can i read the dynamic text?:confused:
i am trying to read the text from a flash document with:
theElement=flash.documents[0].timelines[0].layers[0].frames[0].elements[0];
elementText=theElement.getTextString();
i can successfully read static text this way but not dynamic text, with the text set by actionscript:
dynText.text="some dynamic text";
how can i read the dynamic text?:confused: