|
-
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);
-
thankyou
thanks i am a fool forgot the .swf that was my problem
thanks again
smiledoc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|