A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    22
    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

  2. #2
    9th Grade WC
    Join Date
    Sep 2000
    Posts
    1,192
    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);

  3. #3
    Junior Member
    Join Date
    Sep 2000
    Posts
    22

    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




Click Here to Expand Forum to Full Width


HTML5 Development Center