When I do my flash work, I usually keep my flash files in a directory that’s not the same as my php or html files.
I usually keep my .swf files in /siteswf/
When I upload the html that calls my flash movie , for example siteswf/movie.swf
it would normally play fine as long as the html and the .swf are uploaded. but for some reason the .swf won’t play because it wants the flv and the skin of the flash 8 movie (flv) to be in the same directory as the html file calling it. How do I fix this so I don’t have to put the movies and the skin in the same directory as my html files?
-Line