Yes I've solved it... it's not exactly what i wanted, but anyway.
Solution:
In flash you create dynamic text with name "text1" for example. And you store this text somewhere (in database), ok?
Then when you want to load this you should open a page which contains definition for flash file, with parameters you want to see.
eg:
results.php?text1=whatever
Flash will automaticaly grab variable text1 and display it in dynamic text field called text1.
I hope i was clear enough... if not, mail me.