Is there a simple way to read a arbitrary text from a textfile into Flash?
Or [COLOR=Black]must it look like[/COLOR] &avariable=blabla to read text from a textfile into Flash?
Maybe it’s possible to just read the whole text and store it in a String and then cut it up and put it in some array or something similiar?
-------- EDIT ------
[COLOR=Black]To simplify, is it possible to read a textfile without having “aVariabel=aText” in the beginning of the textfile?[/COLOR]
The data looks like follows:
[[COLOR=Green]31[/COLOR]:[[COLOR=Blue]0[/COLOR],[COLOR=Red]0[/COLOR],[COLOR=Magenta]1[/COLOR],0],[COLOR=DarkGreen]10047[/COLOR]:[[COLOR=Blue]0[/COLOR],[COLOR=Red]0[/COLOR],[COLOR=Magenta]2[/COLOR],0],[COLOR=DarkGreen]129752[/COLOR]:[[COLOR=Blue]623[/COLOR],[COLOR=Red]583[/COLOR],[COLOR=Magenta]225[/COLOR],0]]
(The first [COLOR=Black]number is a [COLOR=DarkGreen]timestamp [/COLOR]in milliseconds then there is [COLOR=Blue]x[/COLOR] and [COLOR=Red]y[/COLOR] values and a [COLOR=Magenta]idNumber[COLOR=Black])[/COLOR][/COLOR][/COLOR]