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 "file:///D|/Documentele%20Mele/My%20Webs/Create/ex12c/"
where ex12c is my root folder.
if i don't use external var it works. Somthing like this:
loadMovie("a.jpg",_root.movie where to import picture)
Thanks a lot!
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 "file:///D|/Documentele%20Mele/My%20Webs/Create/ex12c/"
where ex12c is my root folder.
if i don't use external var it works. Somthing like this:
loadMovie("a.jpg",_root.movie where to import picture)
Thanks a lot!