Anyone able to translate sIFR into AS3 (for hyphenation and with the help of a converter)?
Posted
by Murat Bezel
on Stack Overflow
See other posts from Stack Overflow
or by Murat Bezel
Published on 2010-05-12T21:28:31Z
Indexed on
2010/05/12
21:34 UTC
Read the original article
Hit count: 292
One thing asked for a lot with sIFR is hyphenation.
Now I almost solved it with integrating Hyphenator.as http://vis4.net/blog/2010/05/as3-hyphenation/.
The only problem is that Hyphenator.as is written in AcionScript 3, while sIFR is in ActionScript 2.
I found an AS2 to AS3 converter www.5etdemi.com/blog/archives/2006/11/as2-to-as3-converter-createtextfield-geturl-handling/ but the result examples.bezel.be/sIFR-as3.as is not working yet.
Anyone able to contribute to making hyphenation work in sIFR?
(Sorry for the links, but weirdly I am only allowed to post one link. Really weird.)
© Stack Overflow or respective owner