Re: Flex and Amazon S3 API

2013-02-11 Thread Philippe Mouawad
Hello, Thank you Alex, it would be nice from you. Regards Philippe On Monday, February 11, 2013, Alex Harui wrote: > The google site says it is under BSD, but I did not look at the source > code. > It appears the authors did not remove the Adobe SCLA. > > I have not checked to see if the depende

Re: Flex and Amazon S3 API

2013-02-11 Thread Justin Mclean
HI, > Thanks for answer, but source code contains the following, where do you see > BSD licensing ? On the front page of the project. However if the source code contains headers like so then you're probably not allowed to use or modify the code in a application with permission of the author or

Re: Flex and Amazon S3 API

2013-02-11 Thread Alex Harui
The google site says it is under BSD, but I did not look at the source code. It appears the authors did not remove the Adobe SCLA. I have not checked to see if the dependency source code also has licensing problems. Can you do that? If it is just this file, I will try to contact the author. On

Re: Apache Flex Arabic Locales

2013-02-11 Thread Justin Mclean
Hi, > Does Apache Flex community have a developper having > arabic as mother tongue to continue the translation together and review it? While I don't speak Arabic I can help out with added the local to the SDK and updating the build scripts etc etc > What are conditions to accept these locales i

Re: Flex and Amazon S3 API

2013-02-11 Thread Philippe Mouawad
Hello, Thanks for answer, but source code contains the following, where do you see BSD licensing ? : /* Adobe Systems Incorporated(r) Source Code License Agreement Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. Please read this Source Code License Agreement carefully before

Re: Flex and Amazon S3 API

2013-02-11 Thread Justin Mclean
HI, > As license is hard to understand and not clear regarding what can be done > with the code, we don't know if we can fork the project on GITHUB. The original code is licensed under the BSD license which is fairly permissive. By my reading it would allow you to fork the project on GItHub as l

Re: Flex and Amazon S3 API

2013-02-11 Thread Alex Harui
On 2/11/13 1:31 PM, "Philippe Mouawad" wrote: > Hello, > We had a need to use Amazon S3 API with STS within a flex mobile project. > We found this library: > - http://code.google.com/p/as3awss3lib/ > > Which does partly the job. > We extended it to be able to use Amazon Security Token Service

Flex and Amazon S3 API

2013-02-11 Thread Philippe Mouawad
Hello, We had a need to use Amazon S3 API with STS within a flex mobile project. We found this library: - http://code.google.com/p/as3awss3lib/ Which does partly the job. We extended it to be able to use Amazon Security Token Service. We think this can be quite useful to Flex users and we would l

Re: ant

2013-02-11 Thread Jonathan Campos
On Mon, Feb 11, 2013 at 10:14 AM, Oliver Wiemer < o.wie...@audiovisuellemedien.de> wrote: > No, i didn't. > > thanks for help. > I have a lot of articles and examples on the matter, please check out: http://www.unitedmindset.com/jonbcampos/2010/02/09/the-master-flex-ant-file/ or http://www.unite

Re: Show a pdf in a Flex mobile app

2013-02-11 Thread Margo Powell
Perhaps these two links may help you with understanding directories on mobile devices: http://dlgsoftware.com/StageWebViewAndLocalFiles.php http://www.cultcreative.com/tutorials/11/13/2011/local-file-access-editing-for-android-and-ios/ This is a quote from the first web page: Here's the sligh

Re: ant

2013-02-11 Thread Oliver Wiemer
No, i didn't. thanks for help. Am 11.02.13 17:09 schrieb "Alex Harui" unter : > > > >On 2/11/13 4:21 AM, "Oliver Wiemer" >wrote: > >> Hi there, >> >> have anybody a demo script to use ant for building flex mxml content? >> >> Best Regards >> Olli >Have you read this: >http://help.adobe.com/

Re: Show a pdf in a Flex mobile app

2013-02-11 Thread Alex Harui
On 2/11/13 2:40 AM, "Philippe Bossu" wrote: > Hello, > Just to give you feedback. > > Copying document to file.documentsDirectory and then calling ANE with the > new path works. > But using localStorage with ANE fails with Activity not finding file to > open. > And it fails even with setting

Re: ant

2013-02-11 Thread Alex Harui
On 2/11/13 4:21 AM, "Oliver Wiemer" wrote: > Hi there, > > have anybody a demo script to use ant for building flex mxml content? > > Best Regards > Olli Have you read this: http://help.adobe.com/en_US/Flex/4.6/UsingFlashBuilder/WSe4e4b720da9dedb524b 8220812e5611f28f-7fcc.html -- Alex Harui

Re: Show a pdf in a Flex mobile app

2013-02-11 Thread Jonathan Campos
On Mon, Feb 11, 2013 at 4:40 AM, Philippe Bossu wrote: > This is strange to me. > Any other feedback is welcome. > Due to the app that was made for this was the intended process. As such I didn't go any deeper with it. If you decide to do more let me know. Other than that, I'm glad it helped you

ant

2013-02-11 Thread Oliver Wiemer
Hi there, have anybody a demo script to use ant for building flex mxml content? Best Regards Olli

Re: Show a pdf in a Flex mobile app

2013-02-11 Thread Philippe Bossu
Hello, Just to give you feedback. Copying document to file.documentsDirectory and then calling ANE with the new path works. But using localStorage with ANE fails with Activity not finding file to open. And it fails even with setting : intent.addFlag(Intent.FLAG_GRANT_READ_URI_PERMISSION) This is