SharedObject between AIR and Flash Player on Android
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
