XML FLASH FORMATTING HMTL
XML FLASH FORMATTING HMTL
Out of context: Reply #45
- Started
- Last post
- 56 Responses
- joyride0
haha flav.
step 1 parse the xml and make sure it traces out. trace(myNodeVariable);
Step 2: create the dyn text box. Make sure that exists. trace (nameOfTextBox)
Step3: push the data into the text box.
Done!
Make sure everything is there otherwise you're pushing the data into nothing. which won't work. Break it down into steps to debug what is going on.