Dymantic text error & target not found?

I save the text type in the variable name(text) type in location of (assest/text.txt) and inside the saved text i type(text=hope to see ya.) and save with document then when i go to test movie i get a message in the output box "Error opening URL “file:///assets2/text.txt”

and sometimes this shows up on the flash test where the dymanic text is supose to be"_level0.instance1.text" I DONT GET IT CAN ANYONE HELP ME
:q:

Here, check out this tut:
http://www.kirupa.com/developer/mx/dynamic_scroller.htm

Notice that your location (assest/text.txt) is different than your error message (assets2/text.txt). That ‘2’ will disrupt everything!

Also, in the your loc it’s ‘assest’, and in the other it’s ‘assets’; check your code, it has to be exact.
(-:

which is which?

"assest/text.txt?

or

“assets2/text.txt”?

That’s what I said!!
:sigh: