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?