I need to change text in all textfields in my .fla file (Flash CS3). Looks like i should call JSFL function "fl.findObjectInDocByType("text", fl.getDocumentDOM())" and it would return all elements, but it returns zero length array. I there any another way to iterate threw all library items, and change values of TextField's in MovieClips ?
|
feedback
|
|
this code works for me, when run on an open FLA from the commands menu:
| |||
|
feedback
|