I am trying to get data from a MySQL database into Flash. In flash, I have
[AS]
loadVariables(“news.php”,“content”);
[/AS]
on the first frame of the main movie where content is the movieclip the variables should be loaded into. Inside content, I have a dynamic text field with the var ‘inhoud’. On the left of that dynamic textfield, there is an empty movieclip called ‘img’, in which an image should load. So on that movieclip I have
A part works ! I added an extra textfield on top to display the amount of rows. In that textbox, it is supposed to fill in the value of the varibale “i”, which it got out of the PHP script. This is a good sign, because I know now that it did recieve the variables. But the other fields didn’t get filled in … Is it possible that I have to change “datum = this.datum” to “this.datum = datum” ? I’m not sure what the variable is and what the path to the textfield is here …
*Originally posted by Voetsjoeba *
**is it possible that I have to change “datum = this.datum” to “this.datum = datum” ? I’m not sure what the variable is and what the path to the textfield is here … **
no… can i see a dummy FLA?