A book companion site by Chris Griffith
RSS icon Email icon Home icon
  • Appendix C

    Posted on July 26th, 2009 Chris 2 comments

    In this appendix we look at some examples using JSFL, the scripting language for controlling the Flash IDE.  We’ll learn how to create some useful examples which can speed up development time by reducing repetitive tasks.

    Downloadable Chapter

    Appendix C Files

     

    2 responses to “Appendix C”

    1. I’ve noticed that when editing jsfl files in the flash IDE, that carriage returns are treated as EOL/New Line characters (character code 10 and not 13). So the JSFLConverter file will not work correctly unless you add (or replace the existing) another split/join statement using fromCharCode(10) instead of 13.

      Other than that, this has been a fantastic addition to your book. I have already gotten far over my head in creating tools for editing my flash files, and I’m loving every minute of it. Thanks for creating such a great resource!

    2. Thanks for noting that Andrew – I’ll be sure to make that change for the 2nd edition. I’m glad it’s been helpful to you!

    Leave a reply