yes. but the other features will implemented after the split process works at the whole paragraph..
the system actually also planned to should be have check box option to make the analyzer more easier to analyze log.
as i told before, it works splitting at the first paragraph and it shows that split by space is not be the problem.. and let be my supervisor think it about if have space in the url because he asks me to do it like this.

but, i will ask him later.

however, i have problem in how to make the splitting process also splitting at the second and so on paragraphs simultaneously with the first paragraph..
i had try this before:
for each(var line:String in myText.text.split("\n"))
but its wont work!
do you have any ideas?
thank you.