I'm loading (successfully) a string containing html. This is quite long & contains urls that have querystring parameters.
I use asp to generate the variables in the external file. this file loads properly (have tested the variable).
In the asp I replace all the "&" symbols (usually on href's) with "@" symbols.
In flash i convert them back to "&" symbols using colin moock's replace function. If I put the results of this into a plain old dynamic text box, it pops up as html source. search and replace is pretty slow - is this right? I have <html> blocks around things, and close all my tags and everything (even use all uppercase).
If I tick the box to allow html instead, it takes a LONG time to display anything. Sometimes the html never appears (appears to be random). Why?
How much html can I put in one of these HTML boxes?
