PDA

View Full Version : Help with Loading External SWFs


mrd
04-13-2009, 03:44 AM
Hi all,

I've built a main swf that controls my program. The main swf loads and controls all the external swfs as well as the external audio and pictures files. On my computer everything works great – the main swf loads, the first external swf automatically loads, buttons work, pictures load – life is good. However, when I upload to the internet it is almost like the main swf loads and nothing else. On the first automatically loaded external swf there is a picture and on the internet the picture does not come up. I don’t think it is an actionscript problem since everything works on my computer, but if anyone thinks it might be I will post on the actionscript forum. Any recommendations would be greatly appreciated!

Mark

Stroke
04-13-2009, 04:58 AM
Path problem?

Are all files including the initial .html in same folder/directory?

mrd
04-13-2009, 05:57 PM
You're a genius! In actionscript I had the folder as "Slides" (capital S) but the actual folder was "slides" (small s). Stupid thing was doing what I told it to do and not what I wanted:cool:...I guess on my computer it didn't matter but when I uploaded it made a big difference. Thanks for your assistance!

Mark