convert XML "values" to be passed as CDATA into Flash

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

  1. #1

    Default convert XML "values" to be passed as CDATA into Flash

    Hello all,

    I found the following XML - Flash quiz template on the net and I was wondering
    how can I adapt the XML doc to pass CDATA instead of "Value". The code is
    currently sending the "answers" values into Flash as value, instead of values I
    will like to type the answers inside of CDATA tags. I don't know how and what
    to change in the XML as well as in the AS file.

    I tried to contact the author but no use, I guess his email is no more

    Please see the link [url]http://actionscript.org/showMovie.php?id=831[/url] where you can
    see and download the files. I will appreciatte your help


    Mark this message as the answer.

    elbolo Guest

  2. Similar Questions and Discussions

    1. How to "handle a message string passed by Flash"
      I'm having a problem with how to "handle a message string passed by Flash". This is what the help feature in Director says: ...
    2. [PHP-DEV] Fwd: #25494 [Com]: array_merge allowing "false" as argument (silent when non-array is passed)
      On October 7, 2003 08:45 pm, Jan Schneider wrote: Incosistent behaviour is a problem, whether it is a serious problem or a trivial one depends on...
    3. [PHP-DEV] Fwd: #25494 [Com]: array_merge allowing "false" as argument (silent when non-array is passed)
      <?php $a = null; sort($a); ?> Majority (if not all) array function, will error out when they encounter a variable that is not array when an...
    4. Do I need to Convert with Convert.ToInt32(session("myNumber")) ?
      Hello, I have this session("myNumber") = 888 Dim intNumber As Integer a) intNumber = session("myNumber") b) intNumber =...
    5. convert visual basic "string" data type to DB2 "blob"
      Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to...
  3. #2

    Default Re: convert XML "values" to be passed as CDATA intoFlash

    [url]http://www.explorinlauren.com/repository/xml/using-cdata-to-escape-character-entities.html[/url]
    cinemaguy 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