-
loadMovie problem..
Hello,
I have a problem with a flashlite 3 port running on a linux system, hope someone could help me.
The problem is the following:
i have three files:
/main.swf
/somesubdir/external.swf
/somesubdir/image.jpg
Now I use loadMovie in the main.swf to load the external swf file (of which I don't have the sources, so i can't/don't want to change it).
The external swf tries to load the image.jpg, but it tries to find it in the root directory, where the main.swf is located.
Is there any way to change the directory or other solution for this??
greets, sander
-
Hey there,
Why not pickup the image and place it in the root directory. I think this will solve your problem. What do u think ?