Forum Moderators: open
The info wont show up, im having touble targeting it.
thing is ,
1. Need to load info from page.php (done that)
2. Got a mc on stage (done that) mc_box1
3. load question one into a text field inside mc_box1 (stuck)
trouble targetting it,
ideas,
mind is blank for such a simple task all of a sudden.
actionscript, inside mc frame 1
MyQuestions = new LoadVars();
MyQuestions.load('http://www.example.com/games/exam/questions.php?game=pre&q=12');
MyQuestions.onLoad = function() {
question12 = this.question12;
};
text box has a variabe name
question12
the result is it works.