
March 29th, 2002, 10:22 AM
|
|
Contributing User
|
|
Join Date: Nov 2000
Location: Copenhagen, DK
Posts: 231
Time spent in forums: 4 h 39 m 35 sec
Reputation Power: 13
|
|
|
Doubleclick the frame you where the dynamic textfield "text" is placed, and set action for the frame to
loadVariablesNum ("text.txt", 0, "GET");
In your textfile:
_root.text=
this is the text you want to get loaded.
that should work.
|