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 ?

Reply via email to