1. Use LocalConnection -- see the API doc at http://livedocs.adobe.com/flex/2/langref/flash/net/LocalConnection.html
2. Use ExternalInterface to write your xml string to a variable attached to javascript window -- see http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=19_External_Interface_178_3.html and http://developer.mozilla.org/en/docs/DOM:window , or read a book about javascript. --- In [email protected], yigit <[EMAIL PROTECTED]> wrote: > > hi all, > i have 2 sperate flex applications (say A B), > the user first uses A, then B; and A has to pass an XML file to B. > > i just could not find a way to pass the xml. it is long so i can not use > GET method (so Application.application.parameters) and i do not want to > use a server side script to pass xml using flashvars. (i do not want to > code any server side! ) > i tried SharedObject.getLocal method, but although i serve them from the > same domain, they can not reach each others data. (in the help it says > they can, but i could not make it work) > > so, any other solutions ? >

