In the name of Allah the compassionate the most mercifull Who is Allah ? May peace and Allah mercy and blessings be upon you
|
About FlarabyAS3Flex | License | Documentation | Examples | Buy Now
Flaraby Actionscript 3 For Flex
What is FlarabyAS3Flex ?
FlarabyAS3Flex is an Adobe Flex and Adobe Air component (SWC) that enables rendering Arabic, Persian or Urdu text together with Latin (eg. English, French, Spanish or Italian) text in SWF files at runtime. FlarabyAS3Flex supports embedFonts, multiline and has limited support for html tags (anchor, font color and underline). FlarabyAS3Flex component (.swc) is less than 13k in size, which is by far lighter than the new TextLayout Components by Adobe.
For a design time solution of Arabic in Flash problem, check FlarabySWF
Comments:
علي المزوغي
بنزل البرامج عطاني غير مدعوم كيف الحل والي عنده يبعتلي البرامج الموجوده
2010-05-08 04:02:27
ahmad
FlarabyAS3Flex is a Flex only component, it isn't supposed to work in AS3 directly.
2010-03-17 12:18:24
Converted Arabic String in Reversed Order
Hi, I've bought your product and it works perfectly on Flex components. But now I want to display Arabic in a TextField directly. I've done a simple text using Flex3, Could you explain why the converted string is in reversed order ?
package
{
import com.arabicode.text.Flaraby.*;
import flash.display.Sprite;
import flash.net.*;
import flash.text.*;
public class test extends Sprite
{
public function test()
{
var btnTextFormater:TextFormat = new TextFormat;
btnTextFormater.size = '14';
var btnText:TextField = new TextField();
addChild(btnText);
btnText.htmlText = "لا شكرا";
var fb:FlarabyAS3Flex = new FlarabyAS3Flex;
fb.html = true;
btnText.htmlText = fb.convertArabicString(btnText.htmlText, btnText.width, btnTextFormater);
}
}
}
2010-03-17 03:39:09
ahmad
Iqbal Ghani,
The website you pointed out, uses images.
FlarabyAS3Flex is more dynamic, it reads text from external source and converts it.
However, the quality cannot be the same of the scanned images. Using FlarabyAS3Flex with a font like Traditional Arabic can make similar effect as it supports Tashkeel, but not identical.
For example, Qur'an small upper letters like لا and ق cannot be showed.
You can test with the TextArea application here:
http://www.arabicode.com/ar/flaraby/as3/flex/examples.php
and see if it gives you the correct result you like.
Thank you.
2009-09-28 12:48:03
Iqbal Ghani
Can your software do like:
http://www.learnkoranonline.com/Koran.aspx
2009-09-28 12:30:23
ahmad
Clint G,
I've answered your email.
2009-09-08 01:36:58
Clint G.
OK, I'm at a loss here. I am using Flex SDK 3.2 and would like to target Flash Player 9.0.124 for an international survey I am publishing.
When I render out the "itemRendererExample.mxml" test. My text is all jumbled up. If I remove "Flaraby" it looks fine. What's the deal? Is "Flaraby" only for Flex 3.0?
Clint G.
2009-08-31 08:20:54
ahmad
Hassan,
This is a Flex only solution, if you need a solution for Flash on Design time, you may check FlarabySWF.
Thank you.
2009-08-13 12:14:23
Hassan
hi
will this work in flash cs3 ?
Hassan
2009-08-13 11:35:54
ahmad
Guy Warwick,
Well not yet but insha' Allah I intend to do that soon.
Thank you.
2009-07-27 18:43:08
|
|
|
|
|