PDA

View Full Version : What am I missing here?


pad
05-15-2004, 11:18 AM
Could someone have a look at the attached files please.
I have a base.swf which loads formmailer.swf on the first frame.
This all works fine on my pc, but when I upload to my site the
formmailer.swf does not load.
I'm sure it's something stupid that I', over looking.

Cheers.

tg
05-15-2004, 12:36 PM
my guess is that it is a path error. what type of server are you loading the files onto?
if it is a linux/unix server, then files are case sensitive. so, if your code says to:
loadMovie("mySwfFile.swf"), and on the server the file name is 'myswffile.swf', it will not load, cause the server can't find the file 'mySwfFile.swf'. windows of course ignores case (which is why it would work on your pc).

pad
05-17-2004, 10:43 AM
tg,

I can't remember what files I zipped up (I'm at work now)
but I know I have since uploaded the files to my site
with all the files in one place ie "somefile.swf" and not
"some_folder/somefile.swf" and I still get the same problem.