A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Left and Right quotation marks in textfield?

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    23

    Left and Right quotation marks in textfield?

    Is there a way to display left and right quotation marks in a dynamic textfield in flash / as3?

  2. #2
    Junior Member
    Join Date
    Feb 2006
    Posts
    23
    Found the answer use the number based codes and not the text based ones fora html. The number codes should also work for xml.

    in my quick test i just made a html text field and used the codes:

    Left Double Quotation Mark “

    Right Double Quotation Mark ”

    Code:

    var tf:TextField = new TextField();
    tf.htmlText = "“This text is quoted”";

    (as3)

  3. #3
    Junior Member
    Join Date
    Feb 2006
    Posts
    23
    hmm these codes get interpreted by the browser so heres link to the codes:

    http://74.125.77.132/search?q=cache:...&client=safari

  4. #4
    Junior Member
    Join Date
    Feb 2006
    Posts
    23
    or Google: Curling Quotes in HTML, SGML, and XML

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