Skip navigation
jayd21
Currently Being Moderated

Change folder

Jan 7, 2008 8:00 AM

I have a hard drive based project that uses loadMovie and I need to change folders. I want to locate the .swf and .flv files in a folder named Video, the script - loadMovie("Video/anymovie.swf", "movie") will not load. If I locate the .swf file in the same folder as the .exe and use loadMovie("anymovie.swf", "movie") then the swf file can locate the .flv located in the Video folder. Is it possible to change the folder?
 
Replies
  • Currently Being Moderated
    Jan 7, 2008 8:08 AM   in reply to jayd21
    sure, but in the path above, the 'Video' folder would be located 'inside' the directory of the calling swf, is this where it is or elsewhere? If the Video folder is 'outside' the current folder, you may need to use a full path to the folder extending up from the root drive.
     
    |
    Mark as:
  • Currently Being Moderated
    Jan 8, 2008 3:40 AM   in reply to jayd21
    Hi Jay,

    Try forward \ so

    loadMovie("Video\anymovie.swf", "movie


    --
    Regards
    FlashJester Support Team

    e. - support@flashjester.com
    w. - www.flashjester.com

    "This has been one of the most impressive and thoroughly pleasant
    experiences of customer support I have ever come across - astounding!"
    Director - hedgeapple

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points