Question
Calling swfs from sub directory
I have a main swf loading in a swf from a sub folder on the
server. The swf being loaded uses a relative link to load in an
external text file (variables) located on its level. The obvious
problem is that once the swf located in the parent directory
consumes the swf from the sub directory, the relative path to the
text file is no longer valid. I've tried to diagram the directory
structure below for clairity. Is there any way to get the relative
path to work without changing the directory/file structure?
Parent Directory
---->main.swf
---->Sub Directory
-------->child.swf
-------->text_vars.txt
Parent Directory
---->main.swf
---->Sub Directory
-------->child.swf
-------->text_vars.txt