بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته
|
عن فلارابي أكشن سكريبت 3 للفلكس | رخصة | شرح | أمثلة | إشتري الآن
فلارابي أكشن سكريبت 3 للفلكس
ما هو فلارابي أكشن سكريبت 3 للفلكس ؟
فلارابي أكشن سكريبت 3 للفلكس هو مكون لأدوبي فلكس وأدوبي إير (SWC) يمكن من عرض النص العربي أو الفارسي أو الأوردو مع النصوص اللاتينية مثل الإنجليزية والفرنسية والإسبانية والإيطالية في ملفات الـ SWF في وقت التشغيل. فلارابي أكشن سكريبت 3 للفلكس يدعم خاصية الخطوط المدمجة embedFonts و خاصية السطور المتعددة multiline و يدعم بشكل محدود رموز html (الرابط و لون الخط و الخط السفلي). حجم فلارابي أكشن سكريبت 3 للفلكس أقل من 13ك، وهو بذلك أقل بكثير جداَ من حجم مكونات النص الجديدة (Adobe TextLayout Components) من أدوبي.
إذا أردت حل لمشكلة العربي في الفلاش في وقت التصميم، فبرجاء تجربة فلارابي سويف
تعليقات:
علي المزوغي
بنزل البرامج عطاني غير مدعوم كيف الحل والي عنده يبعتلي البرامج الموجوده
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
|
|
|
|