Skip to main content
February 22, 2012
Question

SharedObject between AIR and Flash Player on Android

  • February 22, 2012
  • 1 reply
  • 1784 views

Set up:   Android 3.2, AIR 3.1, Flash Player 11.1

Hi

I'm trying to set up basic data communications between an AIR app and a browser application running in Flash Player on Android.

My plan was to use a SharedObject.

Each application uses:  SharedObject.getLocal("myData","/")

 

but it seems they place the .sol file in different locations.

I have four questions

1.  When using "/" where is the .sol file for flash player on Android?

2.  When using "/" where is the .sol file for AIR on Android?

3.  How to get both using the same .sol file?

4.  Any other suggestions for passing very basic data from an AIR app to a Flash browser app?

Thanks very much !

Lorenzo

This topic has been closed for replies.

1 reply

chris.campbell
Legend
February 23, 2012

Moving this thread over to AIR's mobile development forum.  The Flash Player forum is geared towards end users and I suspect you'll get a better response over here.

Chris

February 24, 2012

Thanks Chris.

Fingers crossed. 

At the moment the only solution I have is that AIR sends the data to a server using Remoting and then the browser application fetches the data from the server using Remoting.

I just hoped there would be some simpler AIR App to browser app communications!

-L

Colin Holgate
Inspiring
February 24, 2012

I wonder if localconnection would work?