Skip to main content
A_kameshwaran
Inspiring
March 21, 2013
Answered

how to implement Squiggly in textarea

  • March 21, 2013
  • 1 reply
  • 1494 views

Hi,

     I am new to this. I have downloaded the Squiggly package from adobe labs. But i am not sure how to implement it.

Kindly guide me to achieve.

This topic has been closed for replies.
Correct answer moccamaximum

I am getting the selection for the wrong word. But i am not getting any suggesting for spell error.. kindly advise me how to achieve this.

http://labs.adobe.com/technologies/squiggly/demo/

this is my exact request..


to override the default right-click behaviour with your spell suggestions you have to publish to at least Flash 11 (or higher, google it).

then write a function

stage.addEventListener(MouseEvent.RIGHT_CLICK, showSpellingAlternatives);

and show the  list you get from Squiggly.

1 reply

Inspiring
March 21, 2013

Have you considered migrating your project to as3, like discussed in this thread?

1.Copy the downloaded AdobeSpellingEngine.swc in your libs folder

2.Download the ASdocs and extract them

3.Look for the SpellChecker class, it contains an example for Flex that you should have no problem adapting to FlashPro

A_kameshwaran
Inspiring
March 21, 2013

already i started to migrate teh project to as3

Inspiring
March 21, 2013

Wise decision ;-)