Link to home
Start Free TrialLog in
Avatar of bryanwells
bryanwells

asked on

folder on server vs local

In my program, I read a file that contains a list of files in subdirectories with their relative path included, one per line.  My flash script reads this file and loads the images into movie clips.  the problem I have is that my program runs fine on my local system, but when I put everything on my server, the files do not seem to be found since my load movie fails.  Should I refer to files on my server differently than I do on my local system when I have a file containing a list of files and subfolders where the images are located?

thanks
Bryan
ASKER CERTIFIED SOLUTION
Avatar of abdulqabiz
abdulqabiz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bryanwells
bryanwells

ASKER

My application is pretty simple.  There is one sub-folder under where my movie is, and there is a file that is opened and contains paths and file names to the files in the one sub-folder.  So it is pretty simple.  I will look over this again since it sounds like it should work as I expected it to.  I tried running both the swf directly and running it through a web page.  I will let you know what I find after more investigation.  

I was mostly concerned that I needed to do something special on the server, but it sounds like that is not the case.