Loading external file from absolute path on server

Hi frnds,

I got some problem for loading an external file.

Suppose I have a .swf file hosted on some server.
Let’s say the url will be http://www.abc.com/my.swf

The swf file loads a .txt/.xml file from some absolute path on the server
Let’s say the location of ab.txt/ab.xml file lies in D:\sconfig\ab.txt

If I try to run swf in the player it loads the ab.txt file fine.
But when I open the .swf file using the above mentioned url it gives error.

I sense that this has something to do with flash player security policy.

How to achieve this task?
Or whether it is at all possible to load a file from absolute path on the server to a .swf file?