zickan
04-23-2002, 02:55 PM
I'm still trying to learn all this XML stuff so here is another question:
I'm trying to assamble this line of output from flash:
<OBJECT ID="12345">myObjectName</OBJECT>
How do I get the " included in my xml var:
myXML = "<OBJECT ID=" + ????? + myIdVar + ????? + "> + .....
I'm trying to assamble this line of output from flash:
<OBJECT ID="12345">myObjectName</OBJECT>
How do I get the " included in my xml var:
myXML = "<OBJECT ID=" + ????? + myIdVar + ????? + "> + .....