A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: Xml Html Cdata Blues

Threaded View

  1. #1
    Bob (the singing sock)
    Join Date
    Aug 2000
    Location
    Århus, Denmark
    Posts
    472

    Xml Html Cdata Blues

    I'm am trying to import html-formatted text into flash using CDATA.
    PHP Code:
    <english_btn><![CDATA[Try using <b>bold</btext]]></english_btn
    the nodevalue is retrieved with

    _root.english_btn.text = content.firstChild.childNodes[0].firstChild.nodeValue;

    However the dynamic-HTML textfield displays
    PHP Code:
    Try using <b>bold</btext 
    What the h*** is wrong?
    //podenphant
    Last edited by podenphant; 01-22-2003 at 11:18 AM.

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