AIR + squiggly. Help!
hi,
i'm trying use squiggly air. like:
var dict: hunspelldictionary = new hunspelldictionary();
dict.addeventlistener(event.complete, function(e: event): void {
.....
});
try {
dict.load(rulesurl, dicturl);
} catch (e: error) {
.....
}
exception not thrown , function hanged on event.complete not fire up. nothing done, can advise why?
More discussions in Archived Spaces
adobe
Comments
Post a Comment