thanks voor your reply,can you help me whit another thing.
i want too place this text in the text file:
kirupatext=
Hartelijk welkom op de website van schildersbedrijf Dreyer & Geeven.
Het bedrijf waar ambachtelijk schilderwerk een begrip is!
if i load this everything after (&) is not displaying it is dutch.
this is what i see:
Hartelijk welkom op de website van schildersbedrijf Dreyer
The ampersand (&) “splits” the text, so you can add more variables in one textfile.
You need to url-encode it. The ‘&’ then will be ‘%26’ [size=1](without quotes)[/size]
kirupatext=
Hartelijk welkom op de website van schildersbedrijf Dreyer %26 Geeven.
Het bedrijf waar ambachtelijk schilderwerk een begrip is!
I got another problem,when i put the code in the scroller 1 ste frame, the site loadsup whit the the text from the index.txt(this is ok)but when i go to advies whit the button the text from advies.txt shows(this is ok)but when my swf loads again the text from index.txt is coming up again, but i want advies.txt stand in my textbox.
howe can end the function of the scroller 1st action.