Hello
Dont know if i posted this thread in the right forum, but this is my first one.
I wonder if someone can help me out with this problem. I want to load dynamic text into MC.B (that works fine)and then it´s saved as MC.B.swf.
Then i want to load that movie into MC.A, wich have an emptyMC called “noneMC”.
I get MC.B but not the text loaded dynamic.
The script im using is:
on button in MC.A :
on(press){
loadMovie("MC.B.swf","noneMC");
}
In MC.B in actionslayer:
loadVarsText = new loadVars();
loadVarsText.load(“cardo.txt”);
loadVarsText.onLoad = function(success) {
if (success) {
trace(“done loading”);
the
scroller.text = this.var1;
} else {
trace(“not loaded”);
}
};
MC.B works great if i run on its on.
I guess that i must have something to do with not finding “cardo.txt”.
Hope that someone can help me out with this one.
I´ve searched the forum and found lots of mesages about it but allthough i havent worked this one out.
I´m a newbie but i want to advance.
Thanks for the fast help, but it didnt seem to help me out. I dont know what i´m doing wrong. I attached my files and wonder if you perhaps could have a little look into them.
I can get my buttons in MC.B to work inside the main movieclipso taht they arre playing my gallery.
My thoughts are that at the end ,these two files should be loaded into a main movieclip.
I´m glad that this forum exists with all you flashgurus.