A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: '

  1. #1
    Senior Member
    Join Date
    Mar 2001
    Posts
    146
    Hi, im building a flash/xml/asp message board system, but i have a small problem. On loading the XML certain text charecters are not displaying correctly, at the moment its only the (') charecter which is coming through as (&apos, does anyone know whats going on?
    Thanks

  2. #2
    Senior Member
    Join Date
    Mar 2001
    Posts
    146
    well it took all of one minute to solve, changed the text field to HTML...sweet!

  3. #3
    Member
    Join Date
    Mar 2001
    Posts
    54
    but try this sign < or > and see if its work too cause for me it doesnt work

  4. #4
    Senior Member
    Join Date
    Feb 2001
    Location
    Provo, Utah
    Posts
    1,112

    Uhh...

    If you want to handle different text easily, just place it in a text node, and escape() the text before you add it....

    Then when you retrieve the text from the XML, unescape() it and place it in a dynamic text box that supports HTML.

  5. #5
    Member
    Join Date
    Mar 2001
    Posts
    54
    i found the problem and it was actualy in server side
    anyway i find it sweet too he he
    it because the new flash player that converts them automaticly you just need to check on the html checkbox in the field`s parameters and it will work!
    cheers

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center