Share data between two applications

2015-05-15 Thread mark goldin
I have one application running and a user can launch another into a new browser window. If I want to share data with new application from the first one how can I do that? Thanks

Re: Share data between two applications

2015-05-15 Thread mark goldin
Because it's pretty big. But I agree it is possible. On May 15, 2015 6:37 AM, Tom Chiverton t...@extravision.com wrote: On 15/05/15 12:01, mark goldin wrote: want to share model data that is not available on the second page. And you can't serialise this to the URL or as a FORM post

Re: Share data between two applications

2015-05-15 Thread mark goldin
Will it work if a second application is not running yet? On Fri, May 15, 2015 at 5:36 AM, Deepak MS megharajdee...@gmail.com wrote: You can try LocalConnections: https://wikidocs.adobe.com/wiki/display/Flex/Local+Connections On Fri, May 15, 2015 at 3:56 PM, mark goldin

Re: Share data between two applications

2015-05-15 Thread mark goldin
Sure, they have the same backend. Ideally, I want to share model data that is not available on the second page. The reason I am doing it is because I am showing same popup screen on both pages, but second app does not have all needed information to provide to the popup. On Fri, May 15, 2015 at

Re: Share data between two applications

2015-05-15 Thread Tom Chiverton
On 15/05/15 11:54, mark goldin wrote: The data I need to share is not for query strings. Ah ha, now we're learning :-) What are you trying to transfer and why ? Can I assume the two web pages don't share a back end sever ? Tom

Re: Share data between two applications

2015-05-15 Thread Tom Chiverton
On 15/05/15 12:01, mark goldin wrote: want to share model data that is not available on the second page. And you can't serialise this to the URL or as a FORM post because ... ? Tom

Re: Share data between two applications

2015-05-15 Thread Alex Harui
Depending on how big “big” is, and whether you control your user’s settings, you might be successful with SharedObject http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/ne t/SharedObject.html On 5/15/15, 4:48 AM, mark goldin markzolo...@gmail.com wrote: Because it's

Re: Share data between two applications

2015-05-15 Thread Deepak MS
You can try LocalConnections: https://wikidocs.adobe.com/wiki/display/Flex/Local+Connections On Fri, May 15, 2015 at 3:56 PM, mark goldin markzolo...@gmail.com wrote: I have one application running and a user can launch another into a new browser window. If I want to share data with new

Re: Share data between two applications

2015-05-15 Thread Tom Chiverton
On 15/05/15 11:36, Deepak MS wrote: You can try LocalConnections: Or URL parameters. Tom

Re: Share data between two applications

2015-05-15 Thread rodol...@essencialcode.com.br
I use SharedObjects and works fine for same case -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Share-data-between-two-applications-tp10357p10372.html Sent from the Apache Flex Users mailing list archive at Nabble.com.