Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6012171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:21:55+00:00 2026-05-23T02:21:55+00:00

How can I display arabic text from right to left with as3?

  • 0

How can I display arabic text from right to left with as3?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:21:56+00:00Added an answer on May 23, 2026 at 2:21 am

    This code will do the trick:

    import flash.text.AntiAliasType;
    import flash.text.TextField;
    import flash.text.TextFieldAutoSize;
    import flash.external.*
    import fl.text.TLFTextField;
    import flash.text.TextFormat;
    
    import flashx.textLayout.formats.TextLayoutFormat;
    import flashx.textLayout.elements.TextFlow;
    
    
    var arabicTextField:TLFTextField = new TLFTextField();
    arabicTextField.antiAliasType = AntiAliasType.ADVANCED;
    arabicTextField.mouseEnabled = false;
    arabicTextField.selectable = false;
    
    arabicTextField.direction = flashx.textLayout.formats.Direction.RTL;
    
    var fmt:TextFormat = new TextFormat();
    fmt.color = 0xFFFFFF;
    fmt.font = "arialArabic"
    arabicTextField.embedFonts = false;
    arabicTextField.defaultTextFormat = fmt;
    arabicTextField.setTextFormat(fmt);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to display arabic text with custom font. my code is as
I was wondering if UITextView can display rich text? I want to have simple
I can display a PDF file from byte[] in asp.net. The problem is that
I wonder how I can display a popOver from a tabBarItem ? Here is
How can I do so that I can display star(*) instead of plain text
How I can display HTML formatted text in .Net TextBox?
In my application i need to display arabic text with different custom fonts. I
I have a batch script that can display two or more colors of text
I would like to display Arabic text in my Android application. I am developing
I would like to create table which can display data from database into JSF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.