Re: [Flashcoders] right to left text in fp9 using xml

2010-05-28 Thread allandt bik-elliott (thefieldcomic.com)
superb thanks a On 28 May 2010 10:56, Glen Pike wrote: > Oops, sorry, forgot the types & setup for a couple of those elements: > > protected var _fteContainer:Sprite; > protected var _textBlock:TextBlock; > > function setupRTL() { >_fteContainer = new Sprite(); >

Re: [Flashcoders] right to left text in fp9 using xml

2010-05-28 Thread Glen Pike
Oops, sorry, forgot the types & setup for a couple of those elements: protected var _fteContainer:Sprite; protected var _textBlock:TextBlock; function setupRTL() { _fteContainer = new Sprite(); //addChild(_fteContainer); //We create a 2nd text fiel

Re: [Flashcoders] right to left text in fp9 using xml

2010-05-28 Thread Glen Pike
Arabic - you can use "Flaraby" which works really well - that takes your arabic text and "flips" the order of words / characters correctly. It does not work for other BIDI languages - we had to upgrade to CS4. There is another solution http://www.red-id.com/blog/post/BIDI-Flash-support-3.aspx b

[Flashcoders] right to left text in fp9 using xml

2010-05-28 Thread allandt bik-elliott (thefieldcomic.com)
hi guys can anyone give me any pointers as to how to support right to left text like arabic in a as3 fp9 site i've done please? my xml is all utf-8 if that makes a difference? thanks guys a ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com