I'm compiling a project that includes a script that controls the game progress. The simplest way I could figure out of putting the script where it can be processed at runtime was to store it in a non-displayed mx:Text control.
But my text includes character entities like and the compiler doesn't like that: C:\home\barry\flex\GHens\src\GHens.mxml(69): col: 11 Error: The entity "nbsp" was referenced, but not declared. What is the magic spell for putting a non-breaking space (and other character entities I may want, like —) into a text control? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-do-I-put-character-entities-into-my-text-control-tp4975.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
