On Tue, May 8, 2012 at 11:46 AM, Avinash Narayanan <avinasha...@gmail.com>wrote:
> Hi Omar, > > Thanks for that. I checked stack overflow but I had a good response last > time around when I had posted about the large file upload bit. Anyway, > don't you think we should be able to pass URLs in the arguments? especially > when you're launching the application from another application which means > you know the pubID etc etc? > I have no idea to be honest. I've never used this AIR api, although the URL is in the Adobe Flex 3 Help I believe the APIs you're talking about are part of the air.swf file, which I don't believe we have in the Apache Flex repository, although I could totally be wrong about that. I just don't think we have it because that's an AIR specific package and I don't think we have those, and not sure if we will have those. Maybe Alex might have some more insight on the details of air.swf. Did you try using any of these on your url? escape() encodeURI() encodeURIComponent() Not really sure, just kind of throwing things out there, I'd try those or Base64 encoding using http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/utils/Base64Encoder.html You can also try a local shared object: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html Good luck! -s9tpep...@apache.org