Symbols like % not showing in text variable

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Symbols like % not showing in text variable

    Hi

    I'm pulling text from an PHP file which is displayed in a dynamic textfield.
    The text has the % symbol in it which won't display once it's rendered.

    The PHP text looks like "40% Chance of Rain"
    The Flash text box displays "40Chance of Rain"

    The flash file reads the text, but does not display the % sign. It has the
    same issue with other special characters also.

    How do I get it to display the % as part of the text?


    DANOFATLANTA@YAHOO.C Guest

  2. Similar Questions and Discussions

    1. Text Not Showing
      From XML post of mine yesterday, same project The data is now showing up, but not the font (ie, I can copy it out of the box, but my text is...
    2. text character symbols
      Would anyone know how to access different text symbols in FHMXa? I am particularly looking for the degree symbol - as in 16 degrees centigrade. ...
    3. Symbols and text
      Hi, Am I correct in assuming that symbols cannot contain text in AI 10? I get an error every time I try to create one with text in it. Thanks
    4. Losing text symbols (?) in MX 2004
      I have a number of Flash MX projects that use the ? symbol. They are called through a variable and assigned to a text field within a movieClip -...
    5. Text in Flash-Symbols
      A stupid thing I came across: When creating a symbol including a circle and a text, the library preview just displays a small cross in the middle....
  3. #2

    Default Re: Symbols like % not showing in text variable

    Depending on how you are using the info, you may have to pass % as %25.

    Flash has two functions (depending on what is being encoded and when). Look up:

    escape() and encodeURI()
    TheWabbit Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139