I've got a movieclip with a blank dynamic textbox inside. On frame 1 of this movieclip, I have the actionscript to load the contents of an external .txt file into the dynamic textbox. The problems are:

1. I have an <img> tag in the external .txt that doesn't work (actually, the text does wrap around where the img is supposed to be in the dynamic textbox, but the img itself is not appearing.

Problem 2. All <p> tags don't work, but <br> does.

Problem 3. I have an ampersand (&) in the .txt file and all text is cut off at that point when loaded into the dynamic textbox. I've tried escaping it (\&) and using &amp; to no avail.

Trying to resolve these has eaten up most of my morning - I finally decided to ask for help (always a last resort).

Anyone else know what else I can try? Thanks...