Arial Unicode Arabic text in Flash CS4

Hi,
I am facing a strange issue. I have a flash file where Arabic text is written using Arial Unicode MS and is displayed properly, but when i try to update the text field with new arabic content, the words split up into characters.
The image below shows the issue:  Both original as well new content is in the same text field but they are displayed differently.
Please suggest as to what should be the possible solution for this. P.S. I cannot change the font family, it has to be Arial unicode MS.
Thanks,
Ayush

As far as I know the TLFTextField is the only class currently provided for native support of right to left text.  It is only supported by players that were developed concurrent with its arrival, which might account for some not seeing what they expect.  From what I have heard there are discrepancies with its performance as well, wherein if you do not need to use it, stick with the classic TextField.

Similar Messages

  • Flash CS 4 - Arial Unicode Arabic text

    Hi,
    I am facing a strange issue. I have a flash file  where Arabic text is written using Arial Unicode MS and is displayed  properly, but when i try to update the text field with new arabic  content, the words split up into characters.
    The image  below shows the issue:  Both original as well new content is in the same  text field but they are displayed differently.
    Please  suggest as to what should be the possible solution for this. P.S. I  cannot change the font family, it has to be Arial unicode MS.
    Thanks,
    Ayush

    Sorry Fahran - not sure I understand. Are you saying that all connections cause the same issue in CR 2011 with SP 9?
    SP 9 can be downloaded here:
    http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htmhttp://search.sap.com/notes?id=0002015092&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765F6D6F64653D3939382669765F7361706E6F7465735F6E756D6265723D30303032303135303932
    - Ludek
    http://search.sap.com/notes?id=0002015092&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765F6D6F64653D3939382669765F7361706E6F7465735F6E756D6265723D30303032303135303932

  • Problem in displaying Arabic text in flash cs3/cs4

    Hi All, I'm creating one website. I have to display dynamic xmlize arabic text in flash. I have done it using flash cs3/AS3. But problem is that when text displays in flash it is not rendering as expected. Some gaps comes in the characters. But when I open my xml in browser, arabic text displays correct.
    Is there any way to do it in flash cs3 or Flash cs4 using player 9? It would be really great if anyone can give me solution on this. Thanks
    Chandrakant

    You have to do it yourself -  I don't have a ready solution. Just look into documentation how StyleSheets are used and see what properties work best for you:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/StyleSheet.html
    Also, with embedded fonts you need to play with TextFormat settings and AntiAliasType
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/AntiAliasType.html
    In addition, on my machine even if I don't emebed fonts - Arabic works in Arial, TImes and others.

  • Adding stroke to text in Flash CS4?

    But I can't figure this out or find it anywhere.
    How do you add/edit stoke on text in Flash CS4??
    Thanks.

    G.Bob,
    > How do you add/edit stoke on text in Flash CS4??
    The closest you can get to a stroke on text is either to a)
    break apart
    the text into a series of shapes and then use the Ink Bottle
    tool to add
    stokes to those shapes or b) use a very strong Glow filter.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Problem with Arabic text with flash player 10 32bit under linux platforms

    Arabic encoding characters do not show correct in the right form at all linux distributions .
    note: with windows platforms, it shows arabic characters correctly.
    this video contains captions and subtitles, in the attachement two snapshots,
    First, show the arabic sentences in the right form with "swfdec mozilla" plugins.
    The other, show the arabic words with "adobe flash player 32bit" plugins,
    for example: Arabic font enconding cp-1256
    the character ب
      in the beginning of the word " بـ ".
    in the middle " ـبـ "
    at the end "ـب"
    isolated character "not in word "ب"
    the word
      كتب in the right form
    begin from right with " كـ "
    with adobe flash player
    ب ت ك
    it shows from left to right and use only isolated characters.
    I report to adobe and they response
    Hi Ghost,
    Since you do not have a 64 bit machine please proceed to reinstall the
    32 bit edition.
    For the current release version of Flash player 10, it does support
    Right to left, But you can’t use a text field on stage and have it
    work. When authoring the content in Flash cs4, you would have to use
    the Flash text engine. more information on that can be found here:
    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS6C0BB8ED-2
    Thank you.
    Regards,
    Thomas S.
    Technical Support Engineer
    Adobe Systems, Inc.
    Get the answers you need, when you need them!
    Knowledge Base: <(><<)>http://www.adobe.com/support>
    Support Plans: <(><<)>http://www.adobe.com/support/programs

    I too am having this problem. On all of my linux distributions, including Ubuntu 8.04, 8.10, knoppix 5,1, fedora 8,9,10 flashplayer 10 is broken in the same way.  It reports that it cannot find webcam, and the settings dialog refuses to recognize mouse clicks.  I've poked around the web quite a bit and have not yet found a solution.  I saw the problem mentioned on an adobe bug reporting site and their response was to close the issue saying it wasn't repeatable on their system.  I tried to re-open it and my post was deleted without comment (I may have posted incorrectly or something)
    Looking here  and elsewhere I see that the problem is very common and I don't see any posted bug-fixes, or even acknowledgement that a bug exists.  Has adobe lost interest in being cross-platform compatible?

  • Can I embed Arabic text in flash?

    1. If so, how can I do this? When I cut and paste an arabic
    text from a notepad or photoshop, all the characters comes out
    wrong.
    2. I believe I can use an external txt or xml file instead.
    But if I do this, would the user be able to get the right
    characters / fonts if they don't have the arabic fonts on their
    machines?
    thanks in advance.

    About embedding font outlines:
    Let's say I want to use a decorative font - call it
    "Lithograph" (one I commonly use) - to type the word "HELLO" in my
    Flash movie. Flash will embed the outlines of the actual shapes of
    the Lithograph characters H E L and O into the SWF. It treats them
    as actual outlines, not as fonts. That way, even if you don't have
    Lithograph on your system, you will still see "HELLO" in my SWF,
    formatted as Lithograph font. This applies to Static Text only. It
    is done automatically. You do not need to physically embed the font
    yourself. You do not need to convert the letters to shapes.
    Therefore I am GUESSING that the same thing happens when you
    use Arabic: Flash will embed the shapes of those Arabic letters. So
    the end user does not need to have Arabic on their system. Again,
    this applies only to Static Text, not Dynamic or Input text.
    To see whether this is happening, generate a Size Report (in
    the Publish settings), open the Size Report text file, and scroll
    down close to the bottom: it will tell you exactly which letters
    are embedded in the file.

  • (Help) Using Input text in Flash CS4 AS3

    I am trying to take a user's input (His Name) and then greet the user on the next frame using the name he previously entered. I googled for 2days and was unable to find a way to do this on flash CS4 AS3, i guess because im very new to flash (only 2-3weeks )
    Any help would be greatly appreciated, and i am sorry if this was already answered in the forums.
    thanks for reading.

    If your interested... here's some general "rules of the road" that are basically courtesies...
    Don't post the same question in different forums (crossposting).  Folks that help don't like that because they can waste their time providing the same response someone else already offered elsewhere, or their helpful info gets no attention because the OP (original poster) got wrapped up in the discussion elsewhere and never went back to the other forums.  I saw one time where the OP suffered from doing this... the first person to respond in one forum said what they wanted couldn't be done, while my response in another forum showed them how to do it... but they accepted that it couldn't be done and never returned.
    Don't post in someone else's posting unless the exact same situation applies to you and it is a current posting.  It is a bit rude to step into someone else's posting just to get attention, which some people do... some with totally unrelated problems.  Or if your problem is even slightly different, it can end up confusing matters for all involved... trying to juggle helping two people where different solutions are needed.
    If you get one problem resolved and have another you want help with that does not involve the first, start a new posting.  People search these forums so it helps to have topics match the postings, which will not apply if mutliple topics get resolved under one title.  I recently saw one person tell someone to start a new posting even though they were following up to clarify something of the solution they received... that's wrong and is more likely someone with a case of points greed... as useless as points are, it happens.

  • Arabic text in flash cs5.5

    Hi everyone,
    I just wanted to confirm that rendering arabic text correctly (from right to left) has to be done in TLF, as I understand from the research I've done so far that it can not be done in classic mode. Also, is setting the direction to "from right to left" enough for it to be displayed correctly? I've seen some comments on people who speak Arab saying it was not displaying correctly in the final SWF. As I can not read Arab I can't really tell...
    Can anyone confirm this please?
    Thanks in advance.

    As far as I know the TLFTextField is the only class currently provided for native support of right to left text.  It is only supported by players that were developed concurrent with its arrival, which might account for some not seeing what they expect.  From what I have heard there are discrepancies with its performance as well, wherein if you do not need to use it, stick with the classic TextField.

  • Copying and pasting Arabic text in InDesign CS4 ME

    We have an arabic document in pdf and word formats and we have InDesign CS4 ME and we are trying to copy and paste text from the pdf/word document but the font isn't transferring, there is nothing only boxes. We have turned on the arabic keyboard and that didnt help either. Working on a mac.
    Can anyone help us? What is the solution?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    We have turned on the arabic keyboard and that didnt help either.
    Well, why should it. Unless you are typing Arabic, that won't do anything at all. Copy-and-paste is not typing.
    If copy-and-paste does not copy the font along so you get the pinky squares in InDesign, it only means that your default InDesign font does not support those characters. Select your text and then choose another font -- one you are sure of contains Arabic.
    If you still get pink squares, it's more likely the text in the PDF is not encoded properly, and in that case no-one can't help you -- but it ought to work directly from Word.

  • How do I make a 3-d rotating text in Flash cs4?

    Hi, Thunder BoomCat PowWow here.
    I'm a student in this Virtual Enterprise class and am in charge of learning flash and making a kick-butt commercial for our firm: Uncommon Ground.
    I was wanted to make some text rotate AROUND a sphere in flash (the sphere is going to be a picture of the earth).
    I want the text to go in one direction, wrapping around the sphere, and appearing on the other side like it went all the way around.
    Can anyone tell me how to do that using Flash?
    Thanks in advanced,
    TBCPW
    Sole employee of the media department

    flash can't make 3d objects.  cs5 can make 2d objects that move in apparent 3d space but that's the limit of flash'es capabilities.
    however, there are other programs that can be used to make 3d objects and then animate those objects in flash.

  • Arabic texts display on Flash CS3

    I've read through the forum on Adobe and other sites about
    solution of Arabic texts on Flash. No doubt the Arabic texts can be
    displayed perfectly in Dynamic text boxes(without embedding font),
    but the problem is the policy of Dynamic text is whenever you
    specify certain texts to have bold, italic or different color, but
    all texts under same text box will be changed as well. It's not
    freely as Static text, somemore you can't make animation like
    masking, tweening using Dynamic text.
    Now I am in the middle of searching high and low for solution
    or extension to use Arabic texts freely on Static text without
    compromising the limitation of animation.

    Anyone has idea on how to overcome this problem, please
    generously help me by sending your solution to my email.
    [email protected] Thanks
    in advance!

  • Re : Problem in arabic text printing in smartforms

    Hi,
       In smartforms I am printing arabic text. Its coming correct up to the variable. But while printing Each and every word having space. How to avoid this space between thw arabic words while printing.
    Regards
    Anto

    When I export a SWF containing Arabic Text from Flash, I get
    no errors and everything is ok. The problem occur when I compile a
    SWF from Flex Builder, I'm using FP 9 for both files

  • TLF in Flash CS4 showing ??? with Arabic fonts

    I got TLF to function on my work computer (XP-32) with no trouble.
    However, at home (XP-64), when I type in the TLF box in CS4, I only get ????? showing.If I copy and paste Arabic from Notepad into the text box, the arabic text shows up with no problem. I've tried using Adobe Arabic, Transparent Arabic, and Standard Arabic font with the same results.
    I don't know if this has anything to do with it but when I first installed the TLF component, it set it up in my Flash CS3 extension manager. After deleting it from there, I installed it again to the CS4 extension manager.
    Has anyone else had this situation? I can't figure out why my work computer and home computer are behaving differently.
    Thanks for any help.

    Hi azeem
    I have been learning how to deal with arabic fonts now in flash10 and from what i have read up so far adobe has stopped updating the TLF component and it is been said it will only reappear with flash11 again. So if there is a bug with 64 bit os , then it is stuck like that for now. Another point to mention while using the forums and from personal testing is that the adobe arabic font will not handle diacritics correctly. You should try use Arial version 4 (the arial that ships with vista , the arial that shipped with xp is also faulty).
    Ian Pretorius

  • Catching arabic text + unicode in the servlet

    Hi,
    I am doing web project for the saudia arabia where user enters their information in the arabic text. So how do i get this information in unicode in the action class. I am using struts framework for the web application. Please suggest me some steps.
    From,
    N.D.Pradhan

    Hello,
    If "Arabic Transparent" is a valid font-family value, it should be quoted, as it contains white-space .
    Single quotes must be used when using the "style" attribute in HTML (like style="font-family: arial, 'lucida console', sans-serif").
    Hope it helps,
    Arie.

  • Flash CS4 can't use arial-keeps changing to arial MT (font mappings - missing fonts)

    I am using Flash CS4 on Windows Server 2003 (i know it sounds strange, but there are reasons).
    I previously had Flash CS2, but ever since I installed CS4 my font mappings have been messed up. Any time I open a fla with any standard fonts (arial, tahoma, etc) it tells me the fonts are missing. When this happens with arial..I set the font mapping back to arial, and everything seems to work fine. Until I try to change a text field to arial. When I do this flash automatically changes it to arial MT. It will not let me use arial. This really isn't a problem until I am using a dynamic text field. Because dynamic text fields use system fonts, so when a user opens one of my swf's on their computer it looks for arial MT not arial. If they don't have arial MT (which most people don't) it changes the font to their system default (usually times new roman).
    The only work around I have found successful is to embed the fonts in the dynamic text field. I really don't want to do this as I am just wanting to use arial. I have search the ends of the internet and can't find anyone else with a similar problem.
    To sum it up...
    My flash cs4 font mappings are messed up. It won't let me use arial. Forces me to use arial MT.
    Any help would be greatly appreciated.
    Thanks in advance.

    Hi,
    I had an existing Flash website, opened CS4 received Arial font no good.  Looked up the solution. At Microsoft is said that the mappings were confused by the names used for arial, no problems download the patch.
    Next time still the error message PLUS now the fonts come up as a combination of symbols best described as rubbish.  I wanted arial, plain old no nonsense arial.
    Any tips to overcome the patch?
    Also had a crash like this one
    http://jobemakar.blogspot.com/2008/10/how-to-crash-flash-cs4-with-single.html
    He feels it is not a font problem but a stability issue.
    Thanks

Maybe you are looking for

  • IDOC from external system

    Hi, I have scenarion in that we will receive IDOC from external system (SAP system) in XI i.e. IDOC- XI -IDOC scenrio. from my Understanding ,to configure the scenario I have to do ALE from sender side and IDOC receiver channel in receiving side. Ext

  • QuickTime Broadcaster

    Hi I have a couple of questions regarding QuickTime Broadcaster. First....how do even make it work. When I select the automatic Unicast I get an error -5420 no matter what I fill out on the fields or do it over TCP. When I select it as manual unicast

  • Livecache Error

    Hi, How can i solve the following livecache error.. Error DBMCLI_COMMAND_EXECUTE_ERROR when starting liveCache LC1 on server system Message no. LVC007 DBMsrv ERR_DATAFULL: data area is full installation path = d:\sapdb\lc1\db OK OK DBMServer 7.6.00  

  • Freeze Invoice Number Field

    Hello How to freeze the INVOICE NUMBER field after entering a value in it but BEFORE it is SAVED.? thanks. emgee

  • Developing Web dynpro FPM application

    Hi All I need to implement "Exit" functionality in my component similar to the standard ESS components which uses IFPM interface. 1) I created a view 2) Added a button 3) On click of button i called a method say "<b>cancel</b>" of Component Cntroller