I am really stumped as to why flash is currently doing what it is doing. I have a text field which calls in data from xml.
Example:
<body_text><![CDATA[
<li> bullet point 1</li>
<li> bullet point 2</li>.
<li> bullet point 3</li>.
]]></body_text>
When it calls it in everything works fine i.e displaying bullet points and etc but when I click to go to another page (in the flash document) the text field then applies bullet points to what ever text is in the new field.
I’ve tried it so that whenever the user goes to a new page it clears the textfield but that doesn’t work. I’ve checked all the opening and closing of the tags in the xml document and they are all fine. So why when I move to a new page does it carry on bullet pointing text?