hey guys new to the forum.
i just need to know about loading external sxf into an existing flash site.
i used the load external code. but i just want to know about the link . how must i be.
the example it like so
filename = [“pics.swf”];
path = “pics.swf”;
i = filename.length;
k = Math.floor(Math.random()*i);
loadMovie(path+filename[k], movieTarget);
now the path where it says path
how must it be. once these files are uploaded to my server.
must it be like so(as above) or how the full part which is ./public_html/pics.swf
plz help guys. im having trouble with this.