i have this problem.

"page.swf" is nice working SWF file that load list.xml & picture.jpg. I stored those files on folder data.

I create another SWF called "index.swf" and i stored it outside folder data. When i try to load "page.swf" locally using Loader Class from "index.swf", the compiler errors said "can't load list.xml & picture.jpg". Because index.swf searched in it's directory not in folder data.

Can you help me to solve this problem without changing the "page.fla"?is it security policy problem?