How do you specify a multiple line string literal in Actionscript 3?
|
There is one example from this site: Multi-line strings in Actionscript 3 Because actionscript is based on javascript, you can use the cdata tags.
|
|||
|
|
|
wow, very clever ... actually, i think this won't even work in most browser when it comes to JavaScript ... i just wanted to amend an explanation of what actually happens: AS3 allows inline xml declarations through xml literals (which should be part of E4X) ... what you do, is declare an
that would be declaring an so in the end, you instruct the flash player to create an (little side note: it is bad practice to declare String content in your code ... this should be loaded externally at runtime) |
|||||
|
|
This worked great for me:
|
|||
|
|