slideshow.fla (don’t care about the slideshow)
stop();
variables.loadVariables("variables.txt")
photo.loadMovie(variables.photo)
title = variables.title
headline = variables.headline
text.text = variables.text
video.label.text = variables.label
variables.txt
photo=andrea/01.jpg&title=MoNgOsTyLe
Model: Ferris
&headline=Krasse Frisur
&text=Erstmal wuscheln, dann headbangen, dann Bier, Gel, Haarspray und fertig.
&label=Vídeo
The variables.txt is loaded correctly due to dynamic text boxes (dtb) I created to check the variables in it. But I cannot work with them, The values are not taken by nothing Even “bla = variables.headline” does not work (checked by dtb).
Please don’t tell me about paths (eg no need for _root) or “;”, it doesn’t matter. I also tried the .txt with UTF-8, ANSI and Unicode.
I use Flash MX. Thanks for help.