i have this code:
i = 1;
pictures = new loadVars();
pictures.load("pic.txt", pictures);
pictures.onLoad = function() {
_root.poza.loadMovie(pictures.pic1);
_root.poza._x = 0;
_root.poza._y = 23;
};
stop();
i like to load some images wich adresses are in pic.txt at position pic1...
i use the folowing code to load variables:
loadVariables("arhiva.mo", this);
loadMovie(pozitia, _root.poza);
and arhiva.mo contains this text:
pozitia=a.jpg
a.jpg is a picture in the root folder.
What can i doo because i recieve an error message like this:
Error opening URL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.