Hi all,
I’m making a game and I need to load variables into my flash movie from a database. I’m using asp and i know it works fine becuase it outputs what I want.
My problem is that when I try to load the data into flash, it won’t let me use the variables. If I put a dynamic textfield on the stage with fname (one of my variables), the text field diplays the correct data, but when I say trace(fname) with having the text field, “undefined” pops up.
How can I solve this?
- Ian