I’ve got a movie that i’m getting dynamic data from a data base. It displays the last five records in the database. What I want to do is place a button in the movie that does the math function for the asp and passes the variable then refreshes it in the movie. I know I’ve seen a tutorial in the past where it would pass the variable in the background and I could reload the text into the same text window. Does anyone know what I need to do?
Well you have that code on a button I pressume and you have it loading the variable into ‘this’ which would be used for a movie clip or at least I have always thought.
[color=red]clicks ++;[/color] is equal to what you had and it is much more neat and simple.
[color=red]loadVariables(“demo.asp”, “this”);[/color] and “this” may be a reason why your varibale is not going into flash so replace it for an actual location like the _root timeline or a movie clip!