How do I share Application resources between two apps in Android Air
I have two air applications installed on Android 2.2. What I want to do is load App2.swf into a movieclip in App1.swf.
Is this possible?
If I include App2.swf in the APK all works fine. But what I want to do is either load it from a second application folder or from /sdcard/dropbox/App2.swf
My load command var mRequest:URLRequest = new URLRequest("file://sdcard/dropbox/App2.swf"); // But it doesn't work !!!
Android
Last Comment
qz2rg4
8/22/2022 - Mon
UnConn
I do not know Air, but in Android you might create a URI (not L) resource to load a file from the SD card.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.