Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Word count in flash?

New Here ,
Sep 11, 2013 Sep 11, 2013

Does anyone know if it's possible to get a word count from an fla? I imagine someone may have written a JSFL for analysing the MCs in the library? I'd be really grateful for any ideas... thanks.

TOPICS
ActionScript
592
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 11, 2013 Sep 11, 2013

yes, it's possible and yes a jsfl file would be the correct tool.

you would setup nested loops starting with the main timeline and looping through all the layers, all the frames looking for actionscript and instances.  any instances that were text objects could have their words counted.  any instances that were movieclips would be sent through the loops again.

Translate
Community Expert ,
Sep 11, 2013 Sep 11, 2013
LATEST

yes, it's possible and yes a jsfl file would be the correct tool.

you would setup nested loops starting with the main timeline and looping through all the layers, all the frames looking for actionscript and instances.  any instances that were text objects could have their words counted.  any instances that were movieclips would be sent through the loops again.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines