can anyone tell me how to write the target path to a movie on my hardrive. i.e. i want to load a movie that is found in c:\My Documents\Grad\survivor
thank you
smiledoc
Printable View
can anyone tell me how to write the target path to a movie on my hardrive. i.e. i want to load a movie that is found in c:\My Documents\Grad\survivor
thank you
smiledoc
it depends where your main swf is
if it is in the grad directory
it should be
loadMovieNum("survivor/blah.swf", 1);
if it is in the survivor directory
it should be
loadMovieNum("asdfasf.swf", 1);
thanks i am a fool forgot the .swf that was my problem
thanks again
smiledoc