OK, I’m having the same problem someone else did a while ago with loading text from an external text file into a dynamic textbox.
The previous thread was at http://www.kirupa.com/forum/showthread.php?t=85634&highlight=loading+external+text+flash and basically the problem is with Windows adding "
" and Flash recognising that as TWO linebreaks.
Senocular said in the above thread, that you could just search for "
" and replace it with nothing or just “\r” or "
" but he never mentioned how.
Can anyone tell me how to do this? I’m just using the following simple code…
loadVariables("news.txt", "_root.content_content");
Thanks,
Dave