bidi for flash Code
Brought to you by:
dpepper
File | Date | Author | Commit |
---|---|---|---|
bidi | 2010-08-08 | dpepper | [r4] added semi hackish support for newlines in the ... |
README | 2010-07-10 | dpepper | [r2] added readme file. |
bidi_text.fla | 2010-07-10 | dpepper | [r1] initial commit. |
bidi_text.swf | 2010-08-08 | dpepper | [r4] added semi hackish support for newlines in the ... |
bidi for flash standardclassic@gmail.com beta trying to properly display combined hebrew and english text in flash but you can't because flash is lame? here lies an implementation of the bidirectional algorithm in actionscript. http://sourceforge.net/projects/bidiforflash/ files: bidi/ArrayExtensions.as - various additional array methods to help with functional processing on arrays. bidi/Bidi.as - bidirectional algorithm implementation. useage: Bidi.Bidi_apply(baseDireciton, sourceText, textField) bidi_text.fla, bidi_text.swf - example usage and test app.