Is there a path needed to call LoadVars into a dynamic textbox that is not on the _root level?
Here is my code:
myData = new LoadVars();
myData.onLoad = function() {
productInfo.text = this.myVariable;
};
myData.load("myText1.txt");
When I use it on the main timeline it works fine. When I place the dynamic textbox on a timeline inside of a nested movie, nothing happens.??
I'd gladly pay you on Thursday
for a hamburger today!
Here is my code:
myData = new LoadVars();
myData.onLoad = function() {
productInfo.text = this.myVariable;
};
myData.load("myText1.txt");
When I use it on the main timeline it works fine. When I place the dynamic textbox on a timeline inside of a nested movie, nothing happens.??
I'd gladly pay you on Thursday
for a hamburger today!