Hi, I’m trying to convert a text file so that it can be read by flash. After endless cutting and pasting of %09 etc etc I came across the url encoder at
Either way however, when flash looks to the text file for the info as soon as it reaches a carriage return %0d it stops printing whatever else is in the file. Any ideas why this would happen any one??
ahaaa, after playing around some more I have figured out you don’t need to url encode everything, however, as soon as theres a carriage return in the text it still won’t display past that point, PLEASE help me pretty please!!!
hehe, back again, I have no idea why it wasn’t displaying but it is now, attached are my swf and my text file as a zip. Although (at the moment) the text appears ok on the swf in the actual text file all the tabs are all over the place, no nice straight lines at all. Any idea why on earth it has to be so screwed up before it’ll display properly on the swf??
I still can’t figure out why flash takes the text file I’ve written and messes all the formatting up, I have to ‘unformat’ the text which is supposed to be a table so that it displays properly. Theres got to be an easier way???
Basically I’m loading a text file into flash dynamically. The text file is formatted using tabs to look like a table. When flash pulls it out though it messes up all the tabs so the ‘columns’ don’t line up.
I can make it line up by trial and error messing with the tabs in the txt file. This makes the text file unreadable though. Is there another way?