I want to attach a swf which is not in the root where my main flash which I’m attaching it to is located e.g.
…
main.swf
…Assets (folder)
…Company(folder)
…attached.swf
…chapt1.swf
…chapt2.swf
However the attached.swf also loads in chapters from within that folder
so attached.swf when complete loads chapt1.swf, chapt2.swf etc? I can load the attached.swf but when it goes to load chapt1.swf it looks in the root instead of Assets/Company? Hope this makes sense?