Hi basically I've got a Flash 6 (v1.0 actionscript) and want to publish it as Flash 7 Actionscript v 2.0


Whole thing seems to work fine except I have a function which splits strings up by space character - and each word in the string is then made into a hyperlink and concatenated to a textformat tag.

The whole generated html is then applied to a html text field and is displayed accordingly however I used :-
Code:
txt += ' ';
in my original version to add space between hyperlinks now however this does not work and there are no space between my hyperlinks - tried " " this doesnt work either.


Is there a special tag for nbsp in 7 or is it not supported??