I'm having a problem with a multiple .swfs...
They're all in the Arcade directory...but some of them require separate directories, ie:
Arcade/fight.swf
Arcade/music/fight.swf
Arcade/character/fight.swf
If I take a direct link like say
http://www.yourdomain.com/arcade/fight.swf, the game runs perfectly...But when I run int through the arcade system, click on the game, it doesn't load the other .swf files in the other directories. It just plays the main fight.swf file.
Why is this and how can I fix it? All of the files and directories are set to 777, and all of the required game files/folders are in the arcade folder. What am I doing wrong?