I've had this problem with loading external swf. And after a long time
of trying it was my host wich was capital sensetif also some servers
MUST have a closing / after every directory, maybe you'll coded now in
your Actionscrip /images but for some servers it must be /images/ just
make a if else statement of it. Some also uses dots like *unix servers,
like this ./images/
the dot stands for current directory.
TIP if your running a *unix host and you want to return to the previous
directory (dirA) and your swf file is in the current directory (dirB)
with your image directory, just type .. to go to the previous directory
but if you want to go to the previeuw directory and the go to another
directory (dirC) just type ../dirC
dirA --> dirB --> images
--> dirC
Now lets say your in images and want to go to dirC. type ../../dirC
Or the other thing you could do is just use the url and start padding
with urls like this
http://www.your-host.com/dirA/dirB/images But most of the times it's enough to look at the capitals. Mostly
that's the problem... I just hope so... for you... let us know!