[Solved] Using Squiggly in Flash CS5


Here’s how I got it running in a new FLA file in Flash CS 5:

1) In Flash, go into ‘Advanced Actionscript 3.0 Settings’ and change to the Librarys path tab on the middle of that pane.

2) Add the AdobeSpellingUITLF.swc.

3) When the SWC has been added, select it in the list and click the little ‘I’-icon(when you hover it, it should say: ‘Set linkage options for a library’).

Change the link type to ‘Merged into code’.

4) Add the code you posted (SquigglyTLFExample) as your Document class.

5) Remember to copy the ‘AdobeSpellingConfig.xml’ and the ‘dictionaries’-folder to the same folder as the generated SWF-file.

The configuration in Flash should look something like this:
How to properly setup the, ActionScript, Squiggly TLF Example in Flash CS 5

3

solved Using Squiggly in Flash CS5