PDA

View Full Version : Loading jpg's from subdirectory


dpzimney
03-02-2005, 10:17 AM
I just don't get it . . .

I've got a photo album set up and all of the images are in jpg format and loaded into my flash video. When I run the pages on my PC everything loads fine. But once I put them up on the server, it won't load the images.

I've got all of the images in subdirectories of subdirectories. I've had trouble in the past with loading swf's from subdirectories also. But putting them all in the same folder allows them to load fine, but my server space is very cluttered and, well, not organized at all :(

Is there something I'm missing here?

Thanks in advance

saumya
03-02-2005, 10:31 AM
check for paths when you are loading the swfs.in the main movie you have to specify the total path from where to load the movie.
just loadMovie("thisMovie.swf","myTarget");
will not load from subdirectories.try

loadMovie("subdirectoryOne/subDirectoryTwo/thisMovie.swf","myTarget");


Hope that works
Saumya

dpzimney
03-03-2005, 04:14 AM
Nothing new there. I think I may have to contact my webhosting server to figure this one out. Anyone use Yahoo! Small Buisness for a site?

CyanBlue
03-03-2005, 04:29 AM
Well... Can you at least post the code snippet you are using and give us the name of the JPEG files???