I've tried everything from LoadVars,xml.load to upload data in a Mac projector without opening a browser and nothing works.
Everything works as a .swf but once converted to a projector everything fails.
For example the following code works fine on the PC projector but not on the Mac projector.

SAXML = new XML();
SAXML.load(ls_loadString);

Just trying to hit a URL through a Flash projector without opening a browser is impossible.
Any help would be highly appreciated.