You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Ronny Shibley <rs...@codefish.com> on 2015/03/05 09:43:50 UTC

Puffin Browser

For those of you eager to open their Flex Apps on Mobile. It is possible
now !

I just downloaded the paid version of Puffin Web Browser on iPhone 6, It
works like a charm.

Very Fast and zero issues so far.

They have a fullscreen mode as well. Super cool !

Kind Regards,


Ronny Shibley, Eng



Software Architect | Codefish | www.codefish.com

t +961 5 450824 | m +961 70 250650



<https://goo.gl/maps/UcEGK>

Re: Access mp3 files in iOS

Posted by Lane Friesen <la...@hotmail.com>.
Thanks Om.

This is valuable information. I suspect it will become a reference for other 
users with similar challenges in the future.

Thanks again,

Lane.



--------------------------------------------------
From: "OmPrakash Muppirala" <bi...@gmail.com>
Sent: Friday, April 03, 2015 12:29 PM
To: <us...@flex.apache.org>
Subject: Re: Access mp3 files in iOS

> Using Adobe AIR's File class would be the best option for this.  This 
> would
> ensure that the app works correctly in a cross-platform way.
>
> Here are all the locations you can access on iOS:
>
> iOS
>
> Application
>
> /var/mobile/Applications/uid/filename.app
>
> Application-storage
>
> /var/mobile/Applications/uid/Library/Application
> Support/applicationID/Local Store
>
> Cache
>
> /var/mobile/Applications/uid/Library/Caches
>
> Desktop
>
> not accessible
>
> Documents
>
> /var/mobile/Applications/uid/Documents
>
> Temporary
>
> /private/var/mobile/Applications/uid/tmp/FlashTmpNNN
>
> User
>
> not accessible
>
> In your case, using File.applicationStorageDirectory
> or File.documentsDirectory seems most appropriate.
>
> There is a detailed reference here:
> http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html
>
> Hope this helps.
>
> Thanks,
> Om
>
> On Wed, Apr 1, 2015 at 7:03 PM, Lane Friesen <la...@hotmail.com>
> wrote:
>
>> In Android, a file myFile in directory myDirec on device storage is
>> accessed (read-only) by
>>
>> xmlLoader.load(new URLRequest(file://mnt/sdcard/myDirec/myFile));
>>
>> The files have been placed onto the device by the user previously, 
>> usually
>> through a USB connection.
>>
>> What is the best practice method for placing a directory with mp3 files,
>> xml files and images into local Apple iOS device storage and then 
>> accessing
>> the storage on a permanent basis later on from a Flex app, similar to 
>> what
>> I am doing with Android? Payment is not an issue. I am concerned only 
>> with
>> the convenience of internal storage as opposed to reliance on the 
>> Internet.
>>
>> Specifically, what is the best location to place the files? What is the
>> optimal way to load the files initially? What is the best way for Flex to
>> access the files?
>>
>> Thanks in advance,
>>
>> Lane.
>>
> 

Re: Access mp3 files in iOS

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Using Adobe AIR's File class would be the best option for this.  This would
ensure that the app works correctly in a cross-platform way.

Here are all the locations you can access on iOS:

iOS

Application

/var/mobile/Applications/uid/filename.app

Application-storage

/var/mobile/Applications/uid/Library/Application
Support/applicationID/Local Store

Cache

/var/mobile/Applications/uid/Library/Caches

Desktop

not accessible

Documents

/var/mobile/Applications/uid/Documents

Temporary

/private/var/mobile/Applications/uid/tmp/FlashTmpNNN

User

not accessible

In your case, using File.applicationStorageDirectory
or File.documentsDirectory seems most appropriate.

There is a detailed reference here:
http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html

Hope this helps.

Thanks,
Om

On Wed, Apr 1, 2015 at 7:03 PM, Lane Friesen <la...@hotmail.com>
wrote:

> In Android, a file myFile in directory myDirec on device storage is
> accessed (read-only) by
>
> xmlLoader.load(new URLRequest(file://mnt/sdcard/myDirec/myFile));
>
> The files have been placed onto the device by the user previously, usually
> through a USB connection.
>
> What is the best practice method for placing a directory with mp3 files,
> xml files and images into local Apple iOS device storage and then accessing
> the storage on a permanent basis later on from a Flex app, similar to what
> I am doing with Android? Payment is not an issue. I am concerned only with
> the convenience of internal storage as opposed to reliance on the Internet.
>
> Specifically, what is the best location to place the files? What is the
> optimal way to load the files initially? What is the best way for Flex to
> access the files?
>
> Thanks in advance,
>
> Lane.
>

Access mp3 files in iOS

Posted by Lane Friesen <la...@hotmail.com>.
In Android, a file myFile in directory myDirec on device storage is accessed 
(read-only) by

xmlLoader.load(new URLRequest(file://mnt/sdcard/myDirec/myFile));

The files have been placed onto the device by the user previously, usually 
through a USB connection.

What is the best practice method for placing a directory with mp3 files, xml 
files and images into local Apple iOS device storage and then accessing the 
storage on a permanent basis later on from a Flex app, similar to what I am 
doing with Android? Payment is not an issue. I am concerned only with the 
convenience of internal storage as opposed to reliance on the Internet.

Specifically, what is the best location to place the files? What is the 
optimal way to load the files initially? What is the best way for Flex to 
access the files?

Thanks in advance,

Lane. 


Re: Puffin Browser

Posted by Pedro Serralha <pe...@elegedata.com>.
Just tried on my Android the Dolphin and Puffin  and the only that runs my
application well is Puffin.

In my test it was the only that handled well a "double click".

With the Dolphin even deactivating the zoom in/out in double tap, the
application don't respond to double tap as double click.

To achieve this in Puffin, is as simple as activate the virtual mouse pad,
and it worked fine.



2015-03-06 10:58 GMT+00:00 Deepak MS <me...@gmail.com>:

> Hi Om,
> I reckon you are talking about this browser:
> https://itunes.apple.com/us/app/dolphin-browser-for-ipad/id460812023?mt=8
>
> I installed it and tried to open a web based flex application. But it
> prompts me to install flash player(as it does in safari). Is there any
> setting that I need to take care of within the browser?
>
> On Fri, Mar 6, 2015 at 4:45 AM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > On Thu, Mar 5, 2015 at 3:13 PM, jude <fl...@gmail.com> wrote:
> >
> > > Also, you can still install the Flash Player apk on Android and use
> > mobile
> > > Firefox with Flash enabled, https://forums.adobe.com/message/4675670.
> > > Note:
> > > 25,000,000 page views.
> > >
> >
> > Even better, Dolphin Browser now comes with Flash player pre-installed.
> >
> > Thanks,
> > Om
> >
> >
> >
> > >
> > > On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com>
> > > wrote:
> > >
> > > > This is awesome!
> > > > I had used older version about 2 years back. But it lacked capability
> > of
> > > > typing the text in text inputs. But this new version has great
> > features.
> > > It
> > > > gives us a keypad option and also a mouse track which works like a
> > > laptop's
> > > > mouse area! Loved it. Thanks for sharing that news!
> > > >
> > > > Cheers!
> > > >
> > > > On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rshibley@codefish.com
> >
> > > > wrote:
> > > >
> > > > > It works well, I just hate the ADs
> > > > >
> > > > > Kind Regards,
> > > > >
> > > > >
> > > > > Ronny Shibley, Eng
> > > > >
> > > > >
> > > > >
> > > > > Software Architect | Codefish | www.codefish.com
> > > > >
> > > > > t +961 5 450824 | m +961 70 250650
> > > > >
> > > > >
> > > > >
> > > > > <https://goo.gl/maps/UcEGK>
> > > > >
> > > > > On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
> > > > > angelo.lazzari@redtulp.com> wrote:
> > > > >
> > > > >> what a news!
> > > > >>
> > > > >>  but, a question: what the paid version has? i downloaded the
> > > apparently
> > > > >> "free" one and works incredibly well.
> > > > >>
> > > > >> Thanks
> > > > >> Angelo
> > > > >>
> > > > >> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
> > > > >> piotrzarzycki21@gmail.com>)
> > > > >> escribió:
> > > > >>
> > > > >> > Wow awesome! :) Will try it for sure! :)
> > > > >> >
> > > > >> > Piotr
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > -----
> > > > >> > Apache Flex PMC
> > > > >> > piotrzarzycki21@gmail.com
> > > > >> > --
> > > > >> > View this message in context: http://apache-flex-users.
> > > > >> > 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
> > > > >> > Sent from the Apache Flex Users mailing list archive at
> > Nabble.com.
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>



-- 

Cumprimentos / Best Regards

Pedro Serralha

Senior Project Manager

Telemóvel: +351 92 414 2950

Telefone:   +351 21 934 7750

Email :         pedro.serralha@elegedata.com

[image: mailSignature]



P *Antes de imprimir este e-mail pense bem se tem mesmo que o fazer. Há
cada vez menos árvores.*

O conteúdo – informação e ficheiros anexos – deste e-mail é confidencial,
devendo apenas ser lido, única e exclusivamente, pela pessoa ou entidade
destinatária. Se, por lapso ou erro, recebeu este e-mail, por favor,
comunique de imediato à pessoa ou à entidade remetente e apague a mensagem
e os ficheiros que lhe são anexos, sem os ler, copiar, gravar, divulgar ou
fazer qualquer outro uso.
O correio electrónico não permite assegurar, de forma plenamente segura, a
confidencialidade ou a correcta recepção das mensagens, pelo que a Decisão
Lógica  não assume qualquer responsabilidade por eventuais e possíveis
danos provocados.

Re: Puffin Browser

Posted by Ronny Shibley <rs...@codefish.com>.
Puffin loads it on the server and streams it for u. It works great on slow Internet connections. Much faster than my office anyway. 

Ronny Shibley

> On Mar 6, 2015, at 8:24 PM, Sascha Ahrend <sa...@icloud.com> wrote:
> 
> I guess this must be legal restrictions by Apple.
> Puffin, as far as I recall, uses a way to cache the flash content server-side.
> 
> So. pls. correct me if I am wrong.
> 
> Sascha 
> 
>> Am 06.03.2015 um 11:58 schrieb Deepak MS <me...@gmail.com>:
>> 
>> Hi Om,
>> I reckon you are talking about this browser:
>> https://itunes.apple.com/us/app/dolphin-browser-for-ipad/id460812023?mt=8
>> 
>> I installed it and tried to open a web based flex application. But it
>> prompts me to install flash player(as it does in safari). Is there any
>> setting that I need to take care of within the browser?
>> 
>> On Fri, Mar 6, 2015 at 4:45 AM, OmPrakash Muppirala <bi...@gmail.com>
>> wrote:
>> 
>>>> On Thu, Mar 5, 2015 at 3:13 PM, jude <fl...@gmail.com> wrote:
>>>> 
>>>> Also, you can still install the Flash Player apk on Android and use
>>> mobile
>>>> Firefox with Flash enabled, https://forums.adobe.com/message/4675670.
>>>> Note:
>>>> 25,000,000 page views.
>>>> 
>>> 
>>> Even better, Dolphin Browser now comes with Flash player pre-installed.
>>> 
>>> Thanks,
>>> Om
>>> 
>>> 
>>> 
>>>> 
>>>> On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com>
>>>> wrote:
>>>> 
>>>>> This is awesome!
>>>>> I had used older version about 2 years back. But it lacked capability
>>> of
>>>>> typing the text in text inputs. But this new version has great
>>> features.
>>>> It
>>>>> gives us a keypad option and also a mouse track which works like a
>>>> laptop's
>>>>> mouse area! Loved it. Thanks for sharing that news!
>>>>> 
>>>>> Cheers!
>>>>> 
>>>>> On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
>>>>> wrote:
>>>>> 
>>>>>> It works well, I just hate the ADs
>>>>>> 
>>>>>> Kind Regards,
>>>>>> 
>>>>>> 
>>>>>> Ronny Shibley, Eng
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Software Architect | Codefish | www.codefish.com
>>>>>> 
>>>>>> t +961 5 450824 | m +961 70 250650
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> <https://goo.gl/maps/UcEGK>
>>>>>> 
>>>>>> On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
>>>>>> angelo.lazzari@redtulp.com> wrote:
>>>>>> 
>>>>>>> what a news!
>>>>>>> 
>>>>>>> but, a question: what the paid version has? i downloaded the
>>>> apparently
>>>>>>> "free" one and works incredibly well.
>>>>>>> 
>>>>>>> Thanks
>>>>>>> Angelo
>>>>>>> 
>>>>>>> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
>>>>>>> piotrzarzycki21@gmail.com>)
>>>>>>> escribió:
>>>>>>> 
>>>>>>>> Wow awesome! :) Will try it for sure! :)
>>>>>>>> 
>>>>>>>> Piotr
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> -----
>>>>>>>> Apache Flex PMC
>>>>>>>> piotrzarzycki21@gmail.com
>>>>>>>> --
>>>>>>>> View this message in context: http://apache-flex-users.
>>>>>>>> 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
>>>>>>>> Sent from the Apache Flex Users mailing list archive at
>>> Nabble.com.
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
> 

Re: Puffin Browser

Posted by Sascha Ahrend <sa...@icloud.com>.
I guess this must be legal restrictions by Apple.
Puffin, as far as I recall, uses a way to cache the flash content server-side.

So. pls. correct me if I am wrong.

Sascha 

> Am 06.03.2015 um 11:58 schrieb Deepak MS <me...@gmail.com>:
> 
> Hi Om,
> I reckon you are talking about this browser:
> https://itunes.apple.com/us/app/dolphin-browser-for-ipad/id460812023?mt=8
> 
> I installed it and tried to open a web based flex application. But it
> prompts me to install flash player(as it does in safari). Is there any
> setting that I need to take care of within the browser?
> 
> On Fri, Mar 6, 2015 at 4:45 AM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
> 
>> On Thu, Mar 5, 2015 at 3:13 PM, jude <fl...@gmail.com> wrote:
>> 
>>> Also, you can still install the Flash Player apk on Android and use
>> mobile
>>> Firefox with Flash enabled, https://forums.adobe.com/message/4675670.
>>> Note:
>>> 25,000,000 page views.
>>> 
>> 
>> Even better, Dolphin Browser now comes with Flash player pre-installed.
>> 
>> Thanks,
>> Om
>> 
>> 
>> 
>>> 
>>> On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com>
>>> wrote:
>>> 
>>>> This is awesome!
>>>> I had used older version about 2 years back. But it lacked capability
>> of
>>>> typing the text in text inputs. But this new version has great
>> features.
>>> It
>>>> gives us a keypad option and also a mouse track which works like a
>>> laptop's
>>>> mouse area! Loved it. Thanks for sharing that news!
>>>> 
>>>> Cheers!
>>>> 
>>>> On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
>>>> wrote:
>>>> 
>>>>> It works well, I just hate the ADs
>>>>> 
>>>>> Kind Regards,
>>>>> 
>>>>> 
>>>>> Ronny Shibley, Eng
>>>>> 
>>>>> 
>>>>> 
>>>>> Software Architect | Codefish | www.codefish.com
>>>>> 
>>>>> t +961 5 450824 | m +961 70 250650
>>>>> 
>>>>> 
>>>>> 
>>>>> <https://goo.gl/maps/UcEGK>
>>>>> 
>>>>> On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
>>>>> angelo.lazzari@redtulp.com> wrote:
>>>>> 
>>>>>> what a news!
>>>>>> 
>>>>>> but, a question: what the paid version has? i downloaded the
>>> apparently
>>>>>> "free" one and works incredibly well.
>>>>>> 
>>>>>> Thanks
>>>>>> Angelo
>>>>>> 
>>>>>> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
>>>>>> piotrzarzycki21@gmail.com>)
>>>>>> escribió:
>>>>>> 
>>>>>>> Wow awesome! :) Will try it for sure! :)
>>>>>>> 
>>>>>>> Piotr
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> -----
>>>>>>> Apache Flex PMC
>>>>>>> piotrzarzycki21@gmail.com
>>>>>>> --
>>>>>>> View this message in context: http://apache-flex-users.
>>>>>>> 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
>>>>>>> Sent from the Apache Flex Users mailing list archive at
>> Nabble.com.
>>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>> 
>>> 
>> 


Re: Puffin Browser

Posted by Deepak MS <me...@gmail.com>.
Hi Om,
I reckon you are talking about this browser:
https://itunes.apple.com/us/app/dolphin-browser-for-ipad/id460812023?mt=8

I installed it and tried to open a web based flex application. But it
prompts me to install flash player(as it does in safari). Is there any
setting that I need to take care of within the browser?

On Fri, Mar 6, 2015 at 4:45 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> On Thu, Mar 5, 2015 at 3:13 PM, jude <fl...@gmail.com> wrote:
>
> > Also, you can still install the Flash Player apk on Android and use
> mobile
> > Firefox with Flash enabled, https://forums.adobe.com/message/4675670.
> > Note:
> > 25,000,000 page views.
> >
>
> Even better, Dolphin Browser now comes with Flash player pre-installed.
>
> Thanks,
> Om
>
>
>
> >
> > On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com>
> > wrote:
> >
> > > This is awesome!
> > > I had used older version about 2 years back. But it lacked capability
> of
> > > typing the text in text inputs. But this new version has great
> features.
> > It
> > > gives us a keypad option and also a mouse track which works like a
> > laptop's
> > > mouse area! Loved it. Thanks for sharing that news!
> > >
> > > Cheers!
> > >
> > > On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
> > > wrote:
> > >
> > > > It works well, I just hate the ADs
> > > >
> > > > Kind Regards,
> > > >
> > > >
> > > > Ronny Shibley, Eng
> > > >
> > > >
> > > >
> > > > Software Architect | Codefish | www.codefish.com
> > > >
> > > > t +961 5 450824 | m +961 70 250650
> > > >
> > > >
> > > >
> > > > <https://goo.gl/maps/UcEGK>
> > > >
> > > > On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
> > > > angelo.lazzari@redtulp.com> wrote:
> > > >
> > > >> what a news!
> > > >>
> > > >>  but, a question: what the paid version has? i downloaded the
> > apparently
> > > >> "free" one and works incredibly well.
> > > >>
> > > >> Thanks
> > > >> Angelo
> > > >>
> > > >> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
> > > >> piotrzarzycki21@gmail.com>)
> > > >> escribió:
> > > >>
> > > >> > Wow awesome! :) Will try it for sure! :)
> > > >> >
> > > >> > Piotr
> > > >> >
> > > >> >
> > > >> >
> > > >> > -----
> > > >> > Apache Flex PMC
> > > >> > piotrzarzycki21@gmail.com
> > > >> > --
> > > >> > View this message in context: http://apache-flex-users.
> > > >> > 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
> > > >> > Sent from the Apache Flex Users mailing list archive at
> Nabble.com.
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: Puffin Browser

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Thu, Mar 5, 2015 at 3:13 PM, jude <fl...@gmail.com> wrote:

> Also, you can still install the Flash Player apk on Android and use mobile
> Firefox with Flash enabled, https://forums.adobe.com/message/4675670.
> Note:
> 25,000,000 page views.
>

Even better, Dolphin Browser now comes with Flash player pre-installed.

Thanks,
Om



>
> On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com>
> wrote:
>
> > This is awesome!
> > I had used older version about 2 years back. But it lacked capability of
> > typing the text in text inputs. But this new version has great features.
> It
> > gives us a keypad option and also a mouse track which works like a
> laptop's
> > mouse area! Loved it. Thanks for sharing that news!
> >
> > Cheers!
> >
> > On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
> > wrote:
> >
> > > It works well, I just hate the ADs
> > >
> > > Kind Regards,
> > >
> > >
> > > Ronny Shibley, Eng
> > >
> > >
> > >
> > > Software Architect | Codefish | www.codefish.com
> > >
> > > t +961 5 450824 | m +961 70 250650
> > >
> > >
> > >
> > > <https://goo.gl/maps/UcEGK>
> > >
> > > On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
> > > angelo.lazzari@redtulp.com> wrote:
> > >
> > >> what a news!
> > >>
> > >>  but, a question: what the paid version has? i downloaded the
> apparently
> > >> "free" one and works incredibly well.
> > >>
> > >> Thanks
> > >> Angelo
> > >>
> > >> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
> > >> piotrzarzycki21@gmail.com>)
> > >> escribió:
> > >>
> > >> > Wow awesome! :) Will try it for sure! :)
> > >> >
> > >> > Piotr
> > >> >
> > >> >
> > >> >
> > >> > -----
> > >> > Apache Flex PMC
> > >> > piotrzarzycki21@gmail.com
> > >> > --
> > >> > View this message in context: http://apache-flex-users.
> > >> > 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
> > >> > Sent from the Apache Flex Users mailing list archive at Nabble.com.
> > >> >
> > >>
> > >
> > >
> >
>

Re: Puffin Browser

Posted by Ronny Shibley <rs...@codefish.com>.
Honestly Ive tried all alternatives... Puffin is way better than all available solutions. It works in a different way ! All hosted on server and streams to ur phone ! Its super fast and My clients love it !!! Finally no more whining about system not opening on mobile ! At least until we finish our flex mobile app.

Ronny Shibley

> On Mar 11, 2015, at 10:44 AM, Sascha Ahrend <sa...@icloud.com> wrote:
> 
> FYI, there seems to be a modified version with Flash already pre-installed:
> 
> http://www.androidpit.de/app/mobi.browser.flashfox <http://www.androidpit.de/app/mobi.browser.flashfox>
> 
> Haven’t tested it, as I don’t have an Android device.
> 
> Rgds.
> 
> 
>> Am 06.03.2015 um 00:13 schrieb jude <fl...@gmail.com>:
>> 
>> Also, you can still install the Flash Player apk on Android and use mobile
>> Firefox with Flash enabled, https://forums.adobe.com/message/4675670. Note:
>> 25,000,000 page views.
>> 
>>> On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com> wrote:
>>> 
>>> This is awesome!
>>> I had used older version about 2 years back. But it lacked capability of
>>> typing the text in text inputs. But this new version has great features. It
>>> gives us a keypad option and also a mouse track which works like a laptop's
>>> mouse area! Loved it. Thanks for sharing that news!
>>> 
>>> Cheers!
>>> 
>>> On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
>>> wrote:
>>> 
>>>> It works well, I just hate the ADs
>>>> 
>>>> Kind Regards,
>>>> 
>>>> 
>>>> Ronny Shibley, Eng
>>>> 
>>>> 
>>>> 
>>>> Software Architect | Codefish | www.codefish.com
>>>> 
>>>> t +961 5 450824 | m +961 70 250650
>>>> 
>>>> 
>>>> 
>>>> <https://goo.gl/maps/UcEGK>
>>>> 
>>>> On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
>>>> angelo.lazzari@redtulp.com> wrote:
>>>> 
>>>>> what a news!
>>>>> 
>>>>> but, a question: what the paid version has? i downloaded the apparently
>>>>> "free" one and works incredibly well.
>>>>> 
>>>>> Thanks
>>>>> Angelo
>>>>> 
>>>>> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
>>>>> piotrzarzycki21@gmail.com>)
>>>>> escribió:
>>>>> 
>>>>>> Wow awesome! :) Will try it for sure! :)
>>>>>> 
>>>>>> Piotr
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> -----
>>>>>> Apache Flex PMC
>>>>>> piotrzarzycki21@gmail.com
>>>>>> --
>>>>>> View this message in context: http://apache-flex-users.
>>>>>> 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
>>>>>> Sent from the Apache Flex Users mailing list archive at Nabble.com.
> 

Re: Puffin Browser

Posted by Sascha Ahrend <sa...@icloud.com>.
FYI, there seems to be a modified version with Flash already pre-installed:

http://www.androidpit.de/app/mobi.browser.flashfox <http://www.androidpit.de/app/mobi.browser.flashfox>

Haven’t tested it, as I don’t have an Android device.

Rgds.


> Am 06.03.2015 um 00:13 schrieb jude <fl...@gmail.com>:
> 
> Also, you can still install the Flash Player apk on Android and use mobile
> Firefox with Flash enabled, https://forums.adobe.com/message/4675670. Note:
> 25,000,000 page views.
> 
> On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com> wrote:
> 
>> This is awesome!
>> I had used older version about 2 years back. But it lacked capability of
>> typing the text in text inputs. But this new version has great features. It
>> gives us a keypad option and also a mouse track which works like a laptop's
>> mouse area! Loved it. Thanks for sharing that news!
>> 
>> Cheers!
>> 
>> On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
>> wrote:
>> 
>>> It works well, I just hate the ADs
>>> 
>>> Kind Regards,
>>> 
>>> 
>>> Ronny Shibley, Eng
>>> 
>>> 
>>> 
>>> Software Architect | Codefish | www.codefish.com
>>> 
>>> t +961 5 450824 | m +961 70 250650
>>> 
>>> 
>>> 
>>> <https://goo.gl/maps/UcEGK>
>>> 
>>> On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
>>> angelo.lazzari@redtulp.com> wrote:
>>> 
>>>> what a news!
>>>> 
>>>> but, a question: what the paid version has? i downloaded the apparently
>>>> "free" one and works incredibly well.
>>>> 
>>>> Thanks
>>>> Angelo
>>>> 
>>>> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
>>>> piotrzarzycki21@gmail.com>)
>>>> escribió:
>>>> 
>>>>> Wow awesome! :) Will try it for sure! :)
>>>>> 
>>>>> Piotr
>>>>> 
>>>>> 
>>>>> 
>>>>> -----
>>>>> Apache Flex PMC
>>>>> piotrzarzycki21@gmail.com
>>>>> --
>>>>> View this message in context: http://apache-flex-users.
>>>>> 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
>>>>> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>>>>> 
>>>> 
>>> 
>>> 
>> 


Re: Puffin Browser

Posted by jude <fl...@gmail.com>.
Also, you can still install the Flash Player apk on Android and use mobile
Firefox with Flash enabled, https://forums.adobe.com/message/4675670. Note:
25,000,000 page views.

On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS <me...@gmail.com> wrote:

> This is awesome!
> I had used older version about 2 years back. But it lacked capability of
> typing the text in text inputs. But this new version has great features. It
> gives us a keypad option and also a mouse track which works like a laptop's
> mouse area! Loved it. Thanks for sharing that news!
>
> Cheers!
>
> On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com>
> wrote:
>
> > It works well, I just hate the ADs
> >
> > Kind Regards,
> >
> >
> > Ronny Shibley, Eng
> >
> >
> >
> > Software Architect | Codefish | www.codefish.com
> >
> > t +961 5 450824 | m +961 70 250650
> >
> >
> >
> > <https://goo.gl/maps/UcEGK>
> >
> > On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
> > angelo.lazzari@redtulp.com> wrote:
> >
> >> what a news!
> >>
> >>  but, a question: what the paid version has? i downloaded the apparently
> >> "free" one and works incredibly well.
> >>
> >> Thanks
> >> Angelo
> >>
> >> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
> >> piotrzarzycki21@gmail.com>)
> >> escribió:
> >>
> >> > Wow awesome! :) Will try it for sure! :)
> >> >
> >> > Piotr
> >> >
> >> >
> >> >
> >> > -----
> >> > Apache Flex PMC
> >> > piotrzarzycki21@gmail.com
> >> > --
> >> > View this message in context: http://apache-flex-users.
> >> > 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
> >> > Sent from the Apache Flex Users mailing list archive at Nabble.com.
> >> >
> >>
> >
> >
>

Re: Puffin Browser

Posted by Deepak MS <me...@gmail.com>.
This is awesome!
I had used older version about 2 years back. But it lacked capability of
typing the text in text inputs. But this new version has great features. It
gives us a keypad option and also a mouse track which works like a laptop's
mouse area! Loved it. Thanks for sharing that news!

Cheers!

On Thu, Mar 5, 2015 at 3:25 PM, Ronny Shibley <rs...@codefish.com> wrote:

> It works well, I just hate the ADs
>
> Kind Regards,
>
>
> Ronny Shibley, Eng
>
>
>
> Software Architect | Codefish | www.codefish.com
>
> t +961 5 450824 | m +961 70 250650
>
>
>
> <https://goo.gl/maps/UcEGK>
>
> On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <
> angelo.lazzari@redtulp.com> wrote:
>
>> what a news!
>>
>>  but, a question: what the paid version has? i downloaded the apparently
>> "free" one and works incredibly well.
>>
>> Thanks
>> Angelo
>>
>> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
>> piotrzarzycki21@gmail.com>)
>> escribió:
>>
>> > Wow awesome! :) Will try it for sure! :)
>> >
>> > Piotr
>> >
>> >
>> >
>> > -----
>> > Apache Flex PMC
>> > piotrzarzycki21@gmail.com
>> > --
>> > View this message in context: http://apache-flex-users.
>> > 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
>> > Sent from the Apache Flex Users mailing list archive at Nabble.com.
>> >
>>
>
>

Re: Puffin Browser

Posted by Ronny Shibley <rs...@codefish.com>.
It works well, I just hate the ADs

Kind Regards,


Ronny Shibley, Eng



Software Architect | Codefish | www.codefish.com

t +961 5 450824 | m +961 70 250650



<https://goo.gl/maps/UcEGK>

On Thu, Mar 5, 2015 at 11:53 AM, Angelo Lazzari <an...@redtulp.com>
wrote:

> what a news!
>
>  but, a question: what the paid version has? i downloaded the apparently
> "free" one and works incredibly well.
>
> Thanks
> Angelo
>
> El jue., 5 de marzo de 2015 a las 10:26, piotrz (<
> piotrzarzycki21@gmail.com>)
> escribió:
>
> > Wow awesome! :) Will try it for sure! :)
> >
> > Piotr
> >
> >
> >
> > -----
> > Apache Flex PMC
> > piotrzarzycki21@gmail.com
> > --
> > View this message in context: http://apache-flex-users.
> > 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
> > Sent from the Apache Flex Users mailing list archive at Nabble.com.
> >
>

Re: Puffin Browser

Posted by Angelo Lazzari <an...@redtulp.com>.
what a news!

 but, a question: what the paid version has? i downloaded the apparently
"free" one and works incredibly well.

Thanks
Angelo

El jue., 5 de marzo de 2015 a las 10:26, piotrz (<pi...@gmail.com>)
escribió:

> Wow awesome! :) Will try it for sure! :)
>
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Re: Puffin Browser

Posted by piotrz <pi...@gmail.com>.
Wow awesome! :) Will try it for sure! :)

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Puffin-Browser-tp9749p9752.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Possible FlexJS Port

Posted by Alex Harui <ah...@adobe.com>.
And if you have time, try it in IntelliJ and tell us what errors you get.

-Alex

On 5/6/15, 6:34 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>Currently, the only IDEs that fully support FlexJS are Flash Builder[1]
>and
>FDT [2]
>FlexJS is indeed available via the Apache Flex Installer tool.  You will
>see it listed in the 'Select Flex Version' dropdown.  If you are
>adventurous, you can try out the nightly version (with all the latest
>features and bug fixes, but not officially released) by right clicking
>anywhere on the installer and clicking on the 'Show Dev Builds' option.
>Now you will see the 'Apache FlexJS Nightly' option available in the flex
>versions dropdown.
>
>Hope that helps.
>
>Thanks,
>Om
>
>[1]
>https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+F
>lash+Builder
>[2] http://fdt.powerflasher.com/2014/05/apache-flexjs-compiler-support/
>
>On Wed, May 6, 2015 at 5:14 PM, Lane Friesen <la...@hotmail.com>
>wrote:
>
>> Hi Om,
>>
>> That is truly amazing that a site with this kind of intricacy could
>> actually be ported into something that would run on an iPAD Safari
>>browser,
>> bypassing the Apple AppStore.
>>
>> I'm quite comfortable with pulling in screens one by one and adjusting
>> things until they run - that's my preferred method of development. If
>>there
>> are bugs, then I'll work around them. I'll find a way. What I'm not sure
>> about is how to install the FlexJS sdk. You mentioned in your talk that
>>the
>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>find
>> IntelliJ to be superior in just about every measure. Does it work on
>> IntelliJ? If not, then how precisely would one install it in
>>Flashbuilder?
>>
>> I am not at all familiar with Flexmojos or Maven or any of the
>> manipulations required to work with them. That stuff is complete Greek
>>to
>> me. However, once I have an sdk installed on a system such as
>>(hopefully)
>> IntelliJ, then I'm off and running. Is there something like the Apache
>>Flex
>> SDK Installer that can download a FlexJS sdk, in the same way that one
>> downloads Flex 4.14.1?
>>
>> Thanks in advance,
>>
>> Lane.
>>
>>
>> --------------------------------------------------
>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>> Sent: Thursday, May 07, 2015 5:48 AM
>> To: <us...@flex.apache.org>
>> Subject: Re: Possible FlexJS Port
>>
>>
>>  Here is the link to the video again:
>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>
>>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>>> difficult to convert it into a FlexJS application.  Although, I will
>>>let
>>> Alex or Peter answer this questions with more authority.
>>>
>>> I do see that there are some audio elements used.  I am not sure if
>>>FlexJS
>>> supports audio yet.
>>>
>>> Best approach would be to start playing with FlexJS and get comfortable
>>> with getting the example apps up and running.  Then, you can start
>>>porting
>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>always
>>> ask here.  We can help answer and even better, add features to FlexJS
>>>as
>>> required.
>>>
>>> Hope that helps.
>>>
>>> Thanks,
>>> Om
>>>
>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>
>>>  I missed the link can anyone share it again please.
>>>>
>>>> > From: lanefriesen@hotmail.com
>>>> > To: users@flex.apache.org
>>>> > Subject: Possible FlexJS Port
>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>> >
>>>> > Hi Om,
>>>> >
>>>> > I watched your video with interest. Is it possible to translate the
>>>>>
>>>> code
>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>This
>>>> is an
>>>> > ancient and poorly organized Flash-based website that badly needs
>>>> updating
>>>> > into the current edited version of the material (which has been >
>>>> extended
>>>> > into 650 lessons and tested over the past several years with
>>>>students).
>>>> > Could something similar to this code be ported into javascript
>>>>through
>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>> >
>>>> > Please note the tab structure on the bottom. Choosing a lesson from
>>>>the
>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>This
>>>> > is
>>>> > therefore a program with multiple aspects, not a web site in the >
>>>> ordinary
>>>> > sense.
>>>> >
>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>either
>>>> > as
>>>> > required. If it's helpful, I could send you the Flex-based Android
>>>>apk
>>>> file
>>>> > of the current app, which is highly tested, popular with students
>>>>and
>>>> close
>>>> > to final release, so that you can see exactly what would be
>>>>involved in
>>>> an
>>>> > actual port.
>>>> >
>>>> > Best regards,
>>>> >
>>>> > Lane.
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>


Re: Possible FlexJS Port

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Currently, the only IDEs that fully support FlexJS are Flash Builder[1] and
FDT [2]
FlexJS is indeed available via the Apache Flex Installer tool.  You will
see it listed in the 'Select Flex Version' dropdown.  If you are
adventurous, you can try out the nightly version (with all the latest
features and bug fixes, but not officially released) by right clicking
anywhere on the installer and clicking on the 'Show Dev Builds' option.
Now you will see the 'Apache FlexJS Nightly' option available in the flex
versions dropdown.

Hope that helps.

Thanks,
Om

[1]
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder
[2] http://fdt.powerflasher.com/2014/05/apache-flexjs-compiler-support/

On Wed, May 6, 2015 at 5:14 PM, Lane Friesen <la...@hotmail.com>
wrote:

> Hi Om,
>
> That is truly amazing that a site with this kind of intricacy could
> actually be ported into something that would run on an iPAD Safari browser,
> bypassing the Apple AppStore.
>
> I'm quite comfortable with pulling in screens one by one and adjusting
> things until they run - that's my preferred method of development. If there
> are bugs, then I'll work around them. I'll find a way. What I'm not sure
> about is how to install the FlexJS sdk. You mentioned in your talk that the
> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I find
> IntelliJ to be superior in just about every measure. Does it work on
> IntelliJ? If not, then how precisely would one install it in Flashbuilder?
>
> I am not at all familiar with Flexmojos or Maven or any of the
> manipulations required to work with them. That stuff is complete Greek to
> me. However, once I have an sdk installed on a system such as (hopefully)
> IntelliJ, then I'm off and running. Is there something like the Apache Flex
> SDK Installer that can download a FlexJS sdk, in the same way that one
> downloads Flex 4.14.1?
>
> Thanks in advance,
>
> Lane.
>
>
> --------------------------------------------------
> From: "OmPrakash Muppirala" <bi...@gmail.com>
> Sent: Thursday, May 07, 2015 5:48 AM
> To: <us...@flex.apache.org>
> Subject: Re: Possible FlexJS Port
>
>
>  Here is the link to the video again:
>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>
>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>> difficult to convert it into a FlexJS application.  Although, I will let
>> Alex or Peter answer this questions with more authority.
>>
>> I do see that there are some audio elements used.  I am not sure if FlexJS
>> supports audio yet.
>>
>> Best approach would be to start playing with FlexJS and get comfortable
>> with getting the example apps up and running.  Then, you can start porting
>> the screens one by one to FlexJS.  If you run into issues, you can always
>> ask here.  We can help answer and even better, add features to FlexJS as
>> required.
>>
>> Hope that helps.
>>
>> Thanks,
>> Om
>>
>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>> miguel.cd.ferreira@hotmail.com> wrote:
>>
>>  I missed the link can anyone share it again please.
>>>
>>> > From: lanefriesen@hotmail.com
>>> > To: users@flex.apache.org
>>> > Subject: Possible FlexJS Port
>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>> >
>>> > Hi Om,
>>> >
>>> > I watched your video with interest. Is it possible to translate the >
>>> code
>>> > found at http://cognitivestyles.com into javascript using FlexJS? This
>>> is an
>>> > ancient and poorly organized Flash-based website that badly needs
>>> updating
>>> > into the current edited version of the material (which has been >
>>> extended
>>> > into 650 lessons and tested over the past several years with students).
>>> > Could something similar to this code be ported into javascript through
>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>> >
>>> > Please note the tab structure on the bottom. Choosing a lesson from the
>>> > Lessons tab sets up exercises for that lesson in the other tabs. This
>>> > is
>>> > therefore a program with multiple aspects, not a web site in the >
>>> ordinary
>>> > sense.
>>> >
>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either
>>> > as
>>> > required. If it's helpful, I could send you the Flex-based Android apk
>>> file
>>> > of the current app, which is highly tested, popular with students and
>>> close
>>> > to final release, so that you can see exactly what would be involved in
>>> an
>>> > actual port.
>>> >
>>> > Best regards,
>>> >
>>> > Lane.
>>> >
>>> >
>>>
>>>
>>>
>>

Re: Loading FlexJS example

Posted by Alex Harui <ah...@adobe.com>.

On 5/9/15, 5:53 PM, "Lane Friesen" <la...@hotmail.com> wrote:

>Thanks Alex. It used to be so easy when everyone was using Flex. You
>googled 
>and there it always was. Now one doesn't even know where to look for any
>up-to-date answers. It's all years old. I'll peruse this link and all
>that's 
>connected to it.
>
>Thanks for repeating what is stated clearly elsewhere. You are very
>patient.

These are interesting times.  FlexJS is new stuff and so yes,
documentation is hard to find or inaccurate, there are plenty of bugs,
etc.  But this is how things eventually happen.  We need folks like you
who are willing to live on the bleeding edge.  And the upside, if FlexJS
does become successful, is that you will be one of the few with experience
when it comes to competing for opportunities.

So, thank you in advance for your patience.

-Alex


Re: Loading FlexJS example

Posted by Lane Friesen <la...@hotmail.com>.
Thanks Alex. It used to be so easy when everyone was using Flex. You googled 
and there it always was. Now one doesn't even know where to look for any 
up-to-date answers. It's all years old. I'll peruse this link and all that's 
connected to it.

Thanks for repeating what is stated clearly elsewhere. You are very patient.

Lane.

--------------------------------------------------
From: "Alex Harui" <ah...@adobe.com>
Sent: Saturday, May 09, 2015 2:28 PM
To: <us...@flex.apache.org>
Subject: Re: Loading FlexJS example

> Have you read [1]?
>
> The key pieces are:
>
> 1) Create a new Flex web project called ChartExample that uses the FlexJS
> SDK.
> 1a) Ignore errors after the project is generated.
> 2) Copy all of the files from the examples folder, replacing
> ChartExample.mxml
>
> In theory, that should create a runnable SWF.
>
> Then, to build the JS version, use the launch configs as described in [1].
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl
> ash+Builder
>
> On 5/8/15, 6:09 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>
>>I have successfully added the FlexJS sdk to Flashbuilder. How does one
>>load
>>the ChartExample in the FlexJS examples folder into Flashbuilder 4.7 so
>>that
>>it runs?
>>
>>One way that does not work. It does not work to import it as a Flash
>>project.
>>
>>Does one start a new mobile project and add the files? What theme does
>>one
>>use, in that case? The mobile theme? In that case, what about handling
>>re-orientation events?
>>
>>What precisely is necessary in order to get this example to compile
>>successfully and place something into a browser?
>>
>>Thanks in advance,
>>
>>Lane.
>>
>
> 

Re: Loading FlexJS example

Posted by Alex Harui <ah...@adobe.com>.
Have you read [1]?

The key pieces are:

1) Create a new Flex web project called ChartExample that uses the FlexJS
SDK.
1a) Ignore errors after the project is generated.
2) Copy all of the files from the examples folder, replacing
ChartExample.mxml

In theory, that should create a runnable SWF.

Then, to build the JS version, use the launch configs as described in [1].

[1] 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl
ash+Builder

On 5/8/15, 6:09 PM, "Lane Friesen" <la...@hotmail.com> wrote:

>I have successfully added the FlexJS sdk to Flashbuilder. How does one
>load 
>the ChartExample in the FlexJS examples folder into Flashbuilder 4.7 so
>that 
>it runs?
>
>One way that does not work. It does not work to import it as a Flash
>project.
>
>Does one start a new mobile project and add the files? What theme does
>one 
>use, in that case? The mobile theme? In that case, what about handling
>re-orientation events?
>
>What precisely is necessary in order to get this example to compile
>successfully and place something into a browser?
>
>Thanks in advance,
>
>Lane. 
>


Loading FlexJS example

Posted by Lane Friesen <la...@hotmail.com>.
I have successfully added the FlexJS sdk to Flashbuilder. How does one load 
the ChartExample in the FlexJS examples folder into Flashbuilder 4.7 so that 
it runs?

One way that does not work. It does not work to import it as a Flash 
project.

Does one start a new mobile project and add the files? What theme does one 
use, in that case? The mobile theme? In that case, what about handling 
re-orientation events?

What precisely is necessary in order to get this example to compile 
successfully and place something into a browser?

Thanks in advance,

Lane. 


Re: Download of 0.0.2 (with Jburg)

Posted by Alex Harui <ah...@adobe.com>.
For 0.0.2, you need to choose the second one in the list that says (“with
Jburg”).

For 0.0.3, try it again.  Maybe the server was busy.  I can see the files
there this morning.

-Alex

On 5/8/15, 12:14 AM, "Deepak MS" <me...@gmail.com> wrote:

>I tried both the options (Flex JS 0.0.2 and Flex JS Nightly (0.0.3)).
>Getting these errors while downloading:
>
>Flex JS 0.0.2:-
>
>Screenshot:
>http://pasteboard.co/iOLwCea.png
>
>Log:
>Version 3.1.0 (windows)
>Using Locale: en_US
>Fetched the SDK download mirror URL from the CGI.
>AIR version 16.0
>Flash Player version 16.0
>Creating Apache FlexJS home
>Creating temporary directory
>Downloading Apache FlexJS from:
>http://www.gtlib.gatech.edu/pub/apache/flex/flexjs/0.0.2/binaries/apache-f
>lex-flexjs-0.0.2-bin.zip
>Verifying Apache FlexJS MD5 Signature
>The Apache FlexJS MD5 Signature of the downloaded files matches the
>reference. The file is valid.
>Uncompressing:
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16\
>temp\apache-flex-flexjs-0.0.2-bin.zip
>Finished uncompressing:
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16\
>temp\apache-flex-flexjs-0.0.2-bin.zip
>Java is C:\Windows\System32\java.exe
>Installing Apache Flex SDK from:
>http://archive.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1
>-bin.zip
>Validating download:
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/
>in/apache-flex-sdk-4.12.1-bin.zip
>Uncompressing:
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/
>in/apache-flex-sdk-4.12.1-bin.zip
>Installing Apache Flex Falcon Compiler from:
>http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/falcon/0.0.2/binaries/a
>pache-flex-falconjx-0.0.2-bin.zip
>Installing Apache Flex Falcon Compiler from:
>http://apache.mirrors.tds.net/flex/falcon/0.0.2/binaries/apache-flex-falco
>njx-0.0.2-bin.zip
>Validating download:
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/
>in/apache-flex-falconjx-0.0.2-bin.zip
>Uncompressing:
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/
>in/apache-flex-falconjx-0.0.2-bin.zip
>Downloading Falcon library dependencies...
>Making lib directory
>C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16\
>in\falcon\compiler/lib
>Downloading org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar from:
>http://search.maven.org/remotecontent?filepath=
>Downloading dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz from:
>http://archive.apache.org
>Downloading dist/commons/io/binaries/commons-io-2.4-bin.tar.gz from:
>http://archive.apache.org
>Downloading com/google/guava/guava/17.0/guava-17.0.jar from:
>http://search.maven.org/remotecontent?filepath=
>Downloading project/jburg/jburg-1.10.1.tar.gz from:
>http://downloads.sourceforge.net
>no failure message provided
>
>
>
>
>
>Flex JS Nightly (0.0.3):
>Screenshot:
>http://pasteboard.co/iOWgmhZ.png
>
>
>
>
>
>On Fri, May 8, 2015 at 5:15 AM, Lane Friesen <la...@hotmail.com>
>wrote:
>
>> Hi Alex,
>>
>> I tried the 0.0.2 (with Jburg) option. Same result - it stopped after
>>four
>> boxes. The log is as follows:
>>
>> ------------------ log begins
>>
>> Version 3.1.0 (windows)
>>
>> Using Locale: en_CA
>>
>> Fetched the SDK download mirror URL from the CGI.
>>
>> AIR version 16.0
>>
>> Flash Player version 16.0
>>
>> Creating Apache FlexJS home
>>
>> Creating temporary directory
>>
>> Downloading Apache FlexJS from:
>> 
>>http://apacheflexbuild.cloudapp.net:8080/job/FlexJS002Workaround/ws/apach
>>e-flex-flexjs-0.0.2-bin.zip
>>
>> Verifying Apache FlexJS MD5 Signature
>>
>> The Apache FlexJS MD5 Signature of the downloaded files matches the
>> reference. The file is valid.
>>
>> Uncompressing: C:\Users\Standard user\Desktop\Apache
>> FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>>
>> Finished uncompressing: C:\Users\Standard user\Desktop\Apache
>> FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>>
>> ------------------------- log ends
>>
>> I gave it about 20 minutes to make sure nothing else was going to
>>happen.
>>
>> Best regards,
>>
>> Lane.
>>
>> --------------------------------------------------
>> From: "Alex Harui" <ah...@adobe.com>
>> Sent: Friday, May 08, 2015 8:02 AM
>> To: <us...@flex.apache.org>
>> Subject: Re: AW: Possible FlexJS Port
>>
>>  Lane, please try the nightly build or the 0.0.2 (with Jburg) option.
>>If
>>> it stops prematurely, post the log.
>>>
>>> -Alex
>>>
>>> On 5/7/15, 3:52 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>>>
>>>  Hi Chris,
>>>>
>>>> As per Om's suggestion, I downloaded FlexJS using the SDK Installer.
>>>>It
>>>> stops after four boxes. It did that twice. Is that the full download?
>>>>(I
>>>> do
>>>> recall from previous e-mails that it can be necessary in the case of
>>>>the
>>>> Flex sdk to try several times, especially when you are accessing the
>>>> builds
>>>> server.)
>>>>
>>>> Assuming it was the full download, I tried adding it to Flashbuilder
>>>>as
>>>> an
>>>> additional sdk. It didn't recognize it as an sdk. I gather from your
>>>>note
>>>> here that I'm missing things.
>>>>
>>>> If it's just a few steps of monkey see - monkey do through the 'Geek
>>>> stuff'
>>>> to get it installed, then I'd like to do it. If things remain
>>>>complicated
>>>> after installation and into programming, then I'll wait for you to
>>>>push
>>>> things down.
>>>>
>>>> Best regards,
>>>>
>>>> Lane.
>>>>
>>>> --------------------------------------------------
>>>> From: "Christofer Dutz" <ch...@c-ware.de>
>>>> Sent: Thursday, May 07, 2015 5:18 PM
>>>> To: <us...@flex.apache.org>
>>>> Subject: AW: Possible FlexJS Port
>>>>
>>>>  Well if you need help with that Flexmojos & Maven Geek stuff ... I'm
>>>>> here
>>>>> to assist you ;-)
>>>>> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm
>>>>> hoping
>>>>> to push down the boundaries to intermediate level in the next few
>>>>>weeks
>>>>> :-)
>>>>>
>>>>> Chris
>>>>>
>>>>> ________________________________________
>>>>> Von: Lane Friesen <la...@hotmail.com>
>>>>> Gesendet: Donnerstag, 7. Mai 2015 02:14
>>>>> An: users@flex.apache.org
>>>>> Betreff: Re: Possible FlexJS Port
>>>>>
>>>>> Hi Om,
>>>>>
>>>>> That is truly amazing that a site with this kind of intricacy could
>>>>> actually
>>>>> be ported into something that would run on an iPAD Safari browser,
>>>>> bypassing
>>>>> the Apple AppStore.
>>>>>
>>>>> I'm quite comfortable with pulling in screens one by one and
>>>>>adjusting
>>>>> things until they run - that's my preferred method of development. If
>>>>> there
>>>>> are bugs, then I'll work around them. I'll find a way. What I'm not
>>>>>sure
>>>>> about is how to install the FlexJS sdk. You mentioned in your talk
>>>>>that
>>>>> the
>>>>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>>>> find
>>>>> IntelliJ to be superior in just about every measure. Does it work on
>>>>> IntelliJ? If not, then how precisely would one install it in
>>>>> Flashbuilder?
>>>>>
>>>>> I am not at all familiar with Flexmojos or Maven or any of the
>>>>> manipulations
>>>>> required to work with them. That stuff is complete Greek to me.
>>>>>However,
>>>>> once I have an sdk installed on a system such as (hopefully)
>>>>>IntelliJ,
>>>>> then
>>>>> I'm off and running. Is there something like the Apache Flex SDK
>>>>> Installer
>>>>> that can download a FlexJS sdk, in the same way that one downloads
>>>>>Flex
>>>>> 4.14.1?
>>>>>
>>>>> Thanks in advance,
>>>>>
>>>>> Lane.
>>>>>
>>>>>
>>>>> --------------------------------------------------
>>>>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>>>>> Sent: Thursday, May 07, 2015 5:48 AM
>>>>> To: <us...@flex.apache.org>
>>>>> Subject: Re: Possible FlexJS Port
>>>>>
>>>>>  Here is the link to the video again:
>>>>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>>>>
>>>>>> Lane, I looked at the cognitivestyles.com site.  It does not look
>>>>>>too
>>>>>> difficult to convert it into a FlexJS application.  Although, I will
>>>>>> let
>>>>>> Alex or Peter answer this questions with more authority.
>>>>>>
>>>>>> I do see that there are some audio elements used.  I am not sure if
>>>>>> FlexJS
>>>>>> supports audio yet.
>>>>>>
>>>>>> Best approach would be to start playing with FlexJS and get
>>>>>>comfortable
>>>>>> with getting the example apps up and running.  Then, you can start
>>>>>> porting
>>>>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>>>> always
>>>>>> ask here.  We can help answer and even better, add features to
>>>>>>FlexJS
>>>>>> as
>>>>>> required.
>>>>>>
>>>>>> Hope that helps.
>>>>>>
>>>>>> Thanks,
>>>>>> Om
>>>>>>
>>>>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>>>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>>>>
>>>>>>  I missed the link can anyone share it again please.
>>>>>>>
>>>>>>> > From: lanefriesen@hotmail.com
>>>>>>> > To: users@flex.apache.org
>>>>>>> > Subject: Possible FlexJS Port
>>>>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>>>>> >
>>>>>>> > Hi Om,
>>>>>>> >
>>>>>>> > I watched your video with interest. Is it possible to translate
>>>>>>>the
>>>>>>> > code
>>>>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>>>> This
>>>>>>> is an
>>>>>>> > ancient and poorly organized Flash-based website that badly needs
>>>>>>> updating
>>>>>>> > into the current edited version of the material (which has been
>>>>>>> > extended
>>>>>>> > into 650 lessons and tested over the past several years with
>>>>>>> > students).
>>>>>>> > Could something similar to this code be ported into javascript
>>>>>>> through
>>>>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>>>>> >
>>>>>>> > Please note the tab structure on the bottom. Choosing a lesson
>>>>>>>from
>>>>>>> > the
>>>>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>>>> This
>>>>>>> > is
>>>>>>> > therefore a program with multiple aspects, not a web site in the
>>>>>>> > ordinary
>>>>>>> > sense.
>>>>>>> >
>>>>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>>>> either
>>>>>>> > as
>>>>>>> > required. If it's helpful, I could send you the Flex-based
>>>>>>>Android
>>>>>>> apk
>>>>>>> file
>>>>>>> > of the current app, which is highly tested, popular with students
>>>>>>> and
>>>>>>> close
>>>>>>> > to final release, so that you can see exactly what would be
>>>>>>> involved
>>>>>>> > in
>>>>>>> an
>>>>>>> > actual port.
>>>>>>> >
>>>>>>> > Best regards,
>>>>>>> >
>>>>>>> > Lane.
>>>>>>> >
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>
>>>


Re: Download of 0.0.2 (with Jburg)

Posted by Deepak MS <me...@gmail.com>.
I tried both the options (Flex JS 0.0.2 and Flex JS Nightly (0.0.3)).
Getting these errors while downloading:

Flex JS 0.0.2:-

Screenshot:
http://pasteboard.co/iOLwCea.png

Log:
Version 3.1.0 (windows)
Using Locale: en_US
Fetched the SDK download mirror URL from the CGI.
AIR version 16.0
Flash Player version 16.0
Creating Apache FlexJS home
Creating temporary directory
Downloading Apache FlexJS from:
http://www.gtlib.gatech.edu/pub/apache/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.zip
Verifying Apache FlexJS MD5 Signature
The Apache FlexJS MD5 Signature of the downloaded files matches the
reference. The file is valid.
Uncompressing:
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16\temp\apache-flex-flexjs-0.0.2-bin.zip
Finished uncompressing:
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16\temp\apache-flex-flexjs-0.0.2-bin.zip
Java is C:\Windows\System32\java.exe
Installing Apache Flex SDK from:
http://archive.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.zip
Validating download:
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/in/apache-flex-sdk-4.12.1-bin.zip
Uncompressing:
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/in/apache-flex-sdk-4.12.1-bin.zip
Installing Apache Flex Falcon Compiler from:
http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
Installing Apache Flex Falcon Compiler from:
http://apache.mirrors.tds.net/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
Validating download:
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/in/apache-flex-falconjx-0.0.2-bin.zip
Uncompressing:
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16/in/apache-flex-falconjx-0.0.2-bin.zip
Downloading Falcon library dependencies...
Making lib directory
C:\Users\deepakms\Documents\Drive\Work\FlexSDKs\Flex_JS_0.0.2_AIR_16_FP16\in\falcon\compiler/lib
Downloading org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar from:
http://search.maven.org/remotecontent?filepath=
Downloading dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz from:
http://archive.apache.org
Downloading dist/commons/io/binaries/commons-io-2.4-bin.tar.gz from:
http://archive.apache.org
Downloading com/google/guava/guava/17.0/guava-17.0.jar from:
http://search.maven.org/remotecontent?filepath=
Downloading project/jburg/jburg-1.10.1.tar.gz from:
http://downloads.sourceforge.net
no failure message provided





Flex JS Nightly (0.0.3):
Screenshot:
http://pasteboard.co/iOWgmhZ.png





On Fri, May 8, 2015 at 5:15 AM, Lane Friesen <la...@hotmail.com>
wrote:

> Hi Alex,
>
> I tried the 0.0.2 (with Jburg) option. Same result - it stopped after four
> boxes. The log is as follows:
>
> ------------------ log begins
>
> Version 3.1.0 (windows)
>
> Using Locale: en_CA
>
> Fetched the SDK download mirror URL from the CGI.
>
> AIR version 16.0
>
> Flash Player version 16.0
>
> Creating Apache FlexJS home
>
> Creating temporary directory
>
> Downloading Apache FlexJS from:
> http://apacheflexbuild.cloudapp.net:8080/job/FlexJS002Workaround/ws/apache-flex-flexjs-0.0.2-bin.zip
>
> Verifying Apache FlexJS MD5 Signature
>
> The Apache FlexJS MD5 Signature of the downloaded files matches the
> reference. The file is valid.
>
> Uncompressing: C:\Users\Standard user\Desktop\Apache
> FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>
> Finished uncompressing: C:\Users\Standard user\Desktop\Apache
> FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>
> ------------------------- log ends
>
> I gave it about 20 minutes to make sure nothing else was going to happen.
>
> Best regards,
>
> Lane.
>
> --------------------------------------------------
> From: "Alex Harui" <ah...@adobe.com>
> Sent: Friday, May 08, 2015 8:02 AM
> To: <us...@flex.apache.org>
> Subject: Re: AW: Possible FlexJS Port
>
>  Lane, please try the nightly build or the 0.0.2 (with Jburg) option.  If
>> it stops prematurely, post the log.
>>
>> -Alex
>>
>> On 5/7/15, 3:52 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>>
>>  Hi Chris,
>>>
>>> As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It
>>> stops after four boxes. It did that twice. Is that the full download? (I
>>> do
>>> recall from previous e-mails that it can be necessary in the case of the
>>> Flex sdk to try several times, especially when you are accessing the
>>> builds
>>> server.)
>>>
>>> Assuming it was the full download, I tried adding it to Flashbuilder as
>>> an
>>> additional sdk. It didn't recognize it as an sdk. I gather from your note
>>> here that I'm missing things.
>>>
>>> If it's just a few steps of monkey see - monkey do through the 'Geek
>>> stuff'
>>> to get it installed, then I'd like to do it. If things remain complicated
>>> after installation and into programming, then I'll wait for you to push
>>> things down.
>>>
>>> Best regards,
>>>
>>> Lane.
>>>
>>> --------------------------------------------------
>>> From: "Christofer Dutz" <ch...@c-ware.de>
>>> Sent: Thursday, May 07, 2015 5:18 PM
>>> To: <us...@flex.apache.org>
>>> Subject: AW: Possible FlexJS Port
>>>
>>>  Well if you need help with that Flexmojos & Maven Geek stuff ... I'm
>>>> here
>>>> to assist you ;-)
>>>> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm
>>>> hoping
>>>> to push down the boundaries to intermediate level in the next few weeks
>>>> :-)
>>>>
>>>> Chris
>>>>
>>>> ________________________________________
>>>> Von: Lane Friesen <la...@hotmail.com>
>>>> Gesendet: Donnerstag, 7. Mai 2015 02:14
>>>> An: users@flex.apache.org
>>>> Betreff: Re: Possible FlexJS Port
>>>>
>>>> Hi Om,
>>>>
>>>> That is truly amazing that a site with this kind of intricacy could
>>>> actually
>>>> be ported into something that would run on an iPAD Safari browser,
>>>> bypassing
>>>> the Apple AppStore.
>>>>
>>>> I'm quite comfortable with pulling in screens one by one and adjusting
>>>> things until they run - that's my preferred method of development. If
>>>> there
>>>> are bugs, then I'll work around them. I'll find a way. What I'm not sure
>>>> about is how to install the FlexJS sdk. You mentioned in your talk that
>>>> the
>>>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>>> find
>>>> IntelliJ to be superior in just about every measure. Does it work on
>>>> IntelliJ? If not, then how precisely would one install it in
>>>> Flashbuilder?
>>>>
>>>> I am not at all familiar with Flexmojos or Maven or any of the
>>>> manipulations
>>>> required to work with them. That stuff is complete Greek to me. However,
>>>> once I have an sdk installed on a system such as (hopefully) IntelliJ,
>>>> then
>>>> I'm off and running. Is there something like the Apache Flex SDK
>>>> Installer
>>>> that can download a FlexJS sdk, in the same way that one downloads Flex
>>>> 4.14.1?
>>>>
>>>> Thanks in advance,
>>>>
>>>> Lane.
>>>>
>>>>
>>>> --------------------------------------------------
>>>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>>>> Sent: Thursday, May 07, 2015 5:48 AM
>>>> To: <us...@flex.apache.org>
>>>> Subject: Re: Possible FlexJS Port
>>>>
>>>>  Here is the link to the video again:
>>>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>>>
>>>>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>>>>> difficult to convert it into a FlexJS application.  Although, I will
>>>>> let
>>>>> Alex or Peter answer this questions with more authority.
>>>>>
>>>>> I do see that there are some audio elements used.  I am not sure if
>>>>> FlexJS
>>>>> supports audio yet.
>>>>>
>>>>> Best approach would be to start playing with FlexJS and get comfortable
>>>>> with getting the example apps up and running.  Then, you can start
>>>>> porting
>>>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>>> always
>>>>> ask here.  We can help answer and even better, add features to FlexJS
>>>>> as
>>>>> required.
>>>>>
>>>>> Hope that helps.
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>>>
>>>>>  I missed the link can anyone share it again please.
>>>>>>
>>>>>> > From: lanefriesen@hotmail.com
>>>>>> > To: users@flex.apache.org
>>>>>> > Subject: Possible FlexJS Port
>>>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>>>> >
>>>>>> > Hi Om,
>>>>>> >
>>>>>> > I watched your video with interest. Is it possible to translate the
>>>>>> > code
>>>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>>> This
>>>>>> is an
>>>>>> > ancient and poorly organized Flash-based website that badly needs
>>>>>> updating
>>>>>> > into the current edited version of the material (which has been
>>>>>> > extended
>>>>>> > into 650 lessons and tested over the past several years with
>>>>>> > students).
>>>>>> > Could something similar to this code be ported into javascript
>>>>>> through
>>>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>>>> >
>>>>>> > Please note the tab structure on the bottom. Choosing a lesson from
>>>>>> > the
>>>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>>> This
>>>>>> > is
>>>>>> > therefore a program with multiple aspects, not a web site in the
>>>>>> > ordinary
>>>>>> > sense.
>>>>>> >
>>>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>>> either
>>>>>> > as
>>>>>> > required. If it's helpful, I could send you the Flex-based Android
>>>>>> apk
>>>>>> file
>>>>>> > of the current app, which is highly tested, popular with students
>>>>>> and
>>>>>> close
>>>>>> > to final release, so that you can see exactly what would be
>>>>>> involved
>>>>>> > in
>>>>>> an
>>>>>> > actual port.
>>>>>> >
>>>>>> > Best regards,
>>>>>> >
>>>>>> > Lane.
>>>>>> >
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>
>>

Download of FlexJS; installing on Flashbuilder and IntelliJ

Posted by Lane Friesen <la...@hotmail.com>.
Hi Alex,

Verbose logging was the key. It turns out the JAVA_HOME environmental 
variable was not set. The sdk (nightly build) downloaded successfully. I 
have successfully added the sdk to Flashbuilder. I have also successfully 
added the sdk to IntelliJ, using the 'Flex/Air SDK' option. So far so good 
on IntelliJ.

I notice that the sdk has a folder called Examples. If I can open and place 
into a browser one of the examples, for instance ChartExample, then I should 
be up and running. I would appreciate it if Chris could walk me through the 
'geek steps' involved in making this (I hope) final transition.

Then we'll see what this new beast can do.

Lane.


--------------------------------------------------
From: "Alex Harui" <ah...@adobe.com>
Sent: Friday, May 08, 2015 9:32 AM
To: <us...@flex.apache.org>
Subject: Re: Download of 0.0.2 (with Jburg)

> Try the nightly build.  Start the installer, right-click, choose “Show Dev
> Builds”.  Also choose “Verbose Logging” and post the log if it fails.
>
> -Alex
>
> On 5/7/15, 4:45 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>
>>Hi Alex,
>>
>>I tried the 0.0.2 (with Jburg) option. Same result - it stopped after
>>four
>>boxes. The log is as follows:
>>
>>------------------ log begins
>>
>>Version 3.1.0 (windows)
>>
>>Using Locale: en_CA
>>
>>Fetched the SDK download mirror URL from the CGI.
>>
>>AIR version 16.0
>>
>>Flash Player version 16.0
>>
>>Creating Apache FlexJS home
>>
>>Creating temporary directory
>>
>>Downloading Apache FlexJS
>>from:http://apacheflexbuild.cloudapp.net:8080/job/FlexJS002Workaround/ws/a
>>pache-flex-flexjs-0.0.2-bin.zip
>>
>>Verifying Apache FlexJS MD5 Signature
>>
>>The Apache FlexJS MD5 Signature of the downloaded files matches the
>>reference. The file is valid.
>>
>>Uncompressing: C:\Users\Standard user\Desktop\Apache
>>FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>>
>>Finished uncompressing: C:\Users\Standard user\Desktop\Apache
>>FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>>
>>------------------------- log ends
>>
>>I gave it about 20 minutes to make sure nothing else was going to happen.
>>
>>Best regards,
>>
>>Lane.
>>
>>--------------------------------------------------
>>From: "Alex Harui" <ah...@adobe.com>
>>Sent: Friday, May 08, 2015 8:02 AM
>>To: <us...@flex.apache.org>
>>Subject: Re: AW: Possible FlexJS Port
>>
>>> Lane, please try the nightly build or the 0.0.2 (with Jburg) option.  If
>>> it stops prematurely, post the log.
>>>
>>> -Alex
>>>
>>> On 5/7/15, 3:52 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>>>
>>>>Hi Chris,
>>>>
>>>>As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It
>>>>stops after four boxes. It did that twice. Is that the full download? (I
>>>>do
>>>>recall from previous e-mails that it can be necessary in the case of the
>>>>Flex sdk to try several times, especially when you are accessing the
>>>>builds
>>>>server.)
>>>>
>>>>Assuming it was the full download, I tried adding it to Flashbuilder as
>>>>an
>>>>additional sdk. It didn't recognize it as an sdk. I gather from your
>>>>note
>>>>here that I'm missing things.
>>>>
>>>>If it's just a few steps of monkey see - monkey do through the 'Geek
>>>>stuff'
>>>>to get it installed, then I'd like to do it. If things remain
>>>>complicated
>>>>after installation and into programming, then I'll wait for you to push
>>>>things down.
>>>>
>>>>Best regards,
>>>>
>>>>Lane.
>>>>
>>>>--------------------------------------------------
>>>>From: "Christofer Dutz" <ch...@c-ware.de>
>>>>Sent: Thursday, May 07, 2015 5:18 PM
>>>>To: <us...@flex.apache.org>
>>>>Subject: AW: Possible FlexJS Port
>>>>
>>>>> Well if you need help with that Flexmojos & Maven Geek stuff ... I'm
>>>>>here
>>>>> to assist you ;-)
>>>>> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm
>>>>>hoping
>>>>> to push down the boundaries to intermediate level in the next few
>>>>>weeks
>>>>> :-)
>>>>>
>>>>> Chris
>>>>>
>>>>> ________________________________________
>>>>> Von: Lane Friesen <la...@hotmail.com>
>>>>> Gesendet: Donnerstag, 7. Mai 2015 02:14
>>>>> An: users@flex.apache.org
>>>>> Betreff: Re: Possible FlexJS Port
>>>>>
>>>>> Hi Om,
>>>>>
>>>>> That is truly amazing that a site with this kind of intricacy could
>>>>> actually
>>>>> be ported into something that would run on an iPAD Safari browser,
>>>>> bypassing
>>>>> the Apple AppStore.
>>>>>
>>>>> I'm quite comfortable with pulling in screens one by one and adjusting
>>>>> things until they run - that's my preferred method of development. If
>>>>> there
>>>>> are bugs, then I'll work around them. I'll find a way. What I'm not
>>>>>sure
>>>>> about is how to install the FlexJS sdk. You mentioned in your talk
>>>>>that
>>>>> the
>>>>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>>>>find
>>>>> IntelliJ to be superior in just about every measure. Does it work on
>>>>> IntelliJ? If not, then how precisely would one install it in
>>>>>Flashbuilder?
>>>>>
>>>>> I am not at all familiar with Flexmojos or Maven or any of the
>>>>> manipulations
>>>>> required to work with them. That stuff is complete Greek to me.
>>>>>However,
>>>>> once I have an sdk installed on a system such as (hopefully) IntelliJ,
>>>>> then
>>>>> I'm off and running. Is there something like the Apache Flex SDK
>>>>>Installer
>>>>> that can download a FlexJS sdk, in the same way that one downloads
>>>>>Flex
>>>>> 4.14.1?
>>>>>
>>>>> Thanks in advance,
>>>>>
>>>>> Lane.
>>>>>
>>>>>
>>>>> --------------------------------------------------
>>>>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>>>>> Sent: Thursday, May 07, 2015 5:48 AM
>>>>> To: <us...@flex.apache.org>
>>>>> Subject: Re: Possible FlexJS Port
>>>>>
>>>>>> Here is the link to the video again:
>>>>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>>>>
>>>>>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>>>>>> difficult to convert it into a FlexJS application.  Although, I will
>>>>>>let
>>>>>> Alex or Peter answer this questions with more authority.
>>>>>>
>>>>>> I do see that there are some audio elements used.  I am not sure if
>>>>>> FlexJS
>>>>>> supports audio yet.
>>>>>>
>>>>>> Best approach would be to start playing with FlexJS and get
>>>>>>comfortable
>>>>>> with getting the example apps up and running.  Then, you can start
>>>>>> porting
>>>>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>>>>always
>>>>>> ask here.  We can help answer and even better, add features to FlexJS
>>>>>>as
>>>>>> required.
>>>>>>
>>>>>> Hope that helps.
>>>>>>
>>>>>> Thanks,
>>>>>> Om
>>>>>>
>>>>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>>>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>>>>
>>>>>>> I missed the link can anyone share it again please.
>>>>>>>
>>>>>>> > From: lanefriesen@hotmail.com
>>>>>>> > To: users@flex.apache.org
>>>>>>> > Subject: Possible FlexJS Port
>>>>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>>>>> >
>>>>>>> > Hi Om,
>>>>>>> >
>>>>>>> > I watched your video with interest. Is it possible to translate
>>>>>>>the
>>>>>>> > code
>>>>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>>>>This
>>>>>>> is an
>>>>>>> > ancient and poorly organized Flash-based website that badly needs
>>>>>>> updating
>>>>>>> > into the current edited version of the material (which has been
>>>>>>> > extended
>>>>>>> > into 650 lessons and tested over the past several years with
>>>>>>> > students).
>>>>>>> > Could something similar to this code be ported into javascript
>>>>>>>through
>>>>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>>>>> >
>>>>>>> > Please note the tab structure on the bottom. Choosing a lesson
>>>>>>>from
>>>>>>> > the
>>>>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>>>>This
>>>>>>> > is
>>>>>>> > therefore a program with multiple aspects, not a web site in the
>>>>>>> > ordinary
>>>>>>> > sense.
>>>>>>> >
>>>>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>>>>either
>>>>>>> > as
>>>>>>> > required. If it's helpful, I could send you the Flex-based Android
>>>>>>>apk
>>>>>>> file
>>>>>>> > of the current app, which is highly tested, popular with students
>>>>>>>and
>>>>>>> close
>>>>>>> > to final release, so that you can see exactly what would be
>>>>>>>involved
>>>>>>> > in
>>>>>>> an
>>>>>>> > actual port.
>>>>>>> >
>>>>>>> > Best regards,
>>>>>>> >
>>>>>>> > Lane.
>>>>>>> >
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>
>>>
>
> 

Re: Download of 0.0.2 (with Jburg)

Posted by Alex Harui <ah...@adobe.com>.
Try the nightly build.  Start the installer, right-click, choose “Show Dev
Builds”.  Also choose “Verbose Logging” and post the log if it fails.

-Alex

On 5/7/15, 4:45 PM, "Lane Friesen" <la...@hotmail.com> wrote:

>Hi Alex,
>
>I tried the 0.0.2 (with Jburg) option. Same result - it stopped after
>four 
>boxes. The log is as follows:
>
>------------------ log begins
>
>Version 3.1.0 (windows)
>
>Using Locale: en_CA
>
>Fetched the SDK download mirror URL from the CGI.
>
>AIR version 16.0
>
>Flash Player version 16.0
>
>Creating Apache FlexJS home
>
>Creating temporary directory
>
>Downloading Apache FlexJS
>from:http://apacheflexbuild.cloudapp.net:8080/job/FlexJS002Workaround/ws/a
>pache-flex-flexjs-0.0.2-bin.zip
>
>Verifying Apache FlexJS MD5 Signature
>
>The Apache FlexJS MD5 Signature of the downloaded files matches the
>reference. The file is valid.
>
>Uncompressing: C:\Users\Standard user\Desktop\Apache
>FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>
>Finished uncompressing: C:\Users\Standard user\Desktop\Apache
>FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
>
>------------------------- log ends
>
>I gave it about 20 minutes to make sure nothing else was going to happen.
>
>Best regards,
>
>Lane.
>
>--------------------------------------------------
>From: "Alex Harui" <ah...@adobe.com>
>Sent: Friday, May 08, 2015 8:02 AM
>To: <us...@flex.apache.org>
>Subject: Re: AW: Possible FlexJS Port
>
>> Lane, please try the nightly build or the 0.0.2 (with Jburg) option.  If
>> it stops prematurely, post the log.
>>
>> -Alex
>>
>> On 5/7/15, 3:52 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>>
>>>Hi Chris,
>>>
>>>As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It
>>>stops after four boxes. It did that twice. Is that the full download? (I
>>>do
>>>recall from previous e-mails that it can be necessary in the case of the
>>>Flex sdk to try several times, especially when you are accessing the
>>>builds
>>>server.)
>>>
>>>Assuming it was the full download, I tried adding it to Flashbuilder as
>>>an
>>>additional sdk. It didn't recognize it as an sdk. I gather from your
>>>note
>>>here that I'm missing things.
>>>
>>>If it's just a few steps of monkey see - monkey do through the 'Geek
>>>stuff'
>>>to get it installed, then I'd like to do it. If things remain
>>>complicated
>>>after installation and into programming, then I'll wait for you to push
>>>things down.
>>>
>>>Best regards,
>>>
>>>Lane.
>>>
>>>--------------------------------------------------
>>>From: "Christofer Dutz" <ch...@c-ware.de>
>>>Sent: Thursday, May 07, 2015 5:18 PM
>>>To: <us...@flex.apache.org>
>>>Subject: AW: Possible FlexJS Port
>>>
>>>> Well if you need help with that Flexmojos & Maven Geek stuff ... I'm
>>>>here
>>>> to assist you ;-)
>>>> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm
>>>>hoping
>>>> to push down the boundaries to intermediate level in the next few
>>>>weeks
>>>> :-)
>>>>
>>>> Chris
>>>>
>>>> ________________________________________
>>>> Von: Lane Friesen <la...@hotmail.com>
>>>> Gesendet: Donnerstag, 7. Mai 2015 02:14
>>>> An: users@flex.apache.org
>>>> Betreff: Re: Possible FlexJS Port
>>>>
>>>> Hi Om,
>>>>
>>>> That is truly amazing that a site with this kind of intricacy could
>>>> actually
>>>> be ported into something that would run on an iPAD Safari browser,
>>>> bypassing
>>>> the Apple AppStore.
>>>>
>>>> I'm quite comfortable with pulling in screens one by one and adjusting
>>>> things until they run - that's my preferred method of development. If
>>>> there
>>>> are bugs, then I'll work around them. I'll find a way. What I'm not
>>>>sure
>>>> about is how to install the FlexJS sdk. You mentioned in your talk
>>>>that
>>>> the
>>>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>>>find
>>>> IntelliJ to be superior in just about every measure. Does it work on
>>>> IntelliJ? If not, then how precisely would one install it in
>>>>Flashbuilder?
>>>>
>>>> I am not at all familiar with Flexmojos or Maven or any of the
>>>> manipulations
>>>> required to work with them. That stuff is complete Greek to me.
>>>>However,
>>>> once I have an sdk installed on a system such as (hopefully) IntelliJ,
>>>> then
>>>> I'm off and running. Is there something like the Apache Flex SDK
>>>>Installer
>>>> that can download a FlexJS sdk, in the same way that one downloads
>>>>Flex
>>>> 4.14.1?
>>>>
>>>> Thanks in advance,
>>>>
>>>> Lane.
>>>>
>>>>
>>>> --------------------------------------------------
>>>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>>>> Sent: Thursday, May 07, 2015 5:48 AM
>>>> To: <us...@flex.apache.org>
>>>> Subject: Re: Possible FlexJS Port
>>>>
>>>>> Here is the link to the video again:
>>>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>>>
>>>>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>>>>> difficult to convert it into a FlexJS application.  Although, I will
>>>>>let
>>>>> Alex or Peter answer this questions with more authority.
>>>>>
>>>>> I do see that there are some audio elements used.  I am not sure if
>>>>> FlexJS
>>>>> supports audio yet.
>>>>>
>>>>> Best approach would be to start playing with FlexJS and get
>>>>>comfortable
>>>>> with getting the example apps up and running.  Then, you can start
>>>>> porting
>>>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>>>always
>>>>> ask here.  We can help answer and even better, add features to FlexJS
>>>>>as
>>>>> required.
>>>>>
>>>>> Hope that helps.
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>>>
>>>>>> I missed the link can anyone share it again please.
>>>>>>
>>>>>> > From: lanefriesen@hotmail.com
>>>>>> > To: users@flex.apache.org
>>>>>> > Subject: Possible FlexJS Port
>>>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>>>> >
>>>>>> > Hi Om,
>>>>>> >
>>>>>> > I watched your video with interest. Is it possible to translate
>>>>>>the
>>>>>> > code
>>>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>>>This
>>>>>> is an
>>>>>> > ancient and poorly organized Flash-based website that badly needs
>>>>>> updating
>>>>>> > into the current edited version of the material (which has been
>>>>>> > extended
>>>>>> > into 650 lessons and tested over the past several years with
>>>>>> > students).
>>>>>> > Could something similar to this code be ported into javascript
>>>>>>through
>>>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>>>> >
>>>>>> > Please note the tab structure on the bottom. Choosing a lesson
>>>>>>from
>>>>>> > the
>>>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>>>This
>>>>>> > is
>>>>>> > therefore a program with multiple aspects, not a web site in the
>>>>>> > ordinary
>>>>>> > sense.
>>>>>> >
>>>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>>>either
>>>>>> > as
>>>>>> > required. If it's helpful, I could send you the Flex-based Android
>>>>>>apk
>>>>>> file
>>>>>> > of the current app, which is highly tested, popular with students
>>>>>>and
>>>>>> close
>>>>>> > to final release, so that you can see exactly what would be
>>>>>>involved
>>>>>> > in
>>>>>> an
>>>>>> > actual port.
>>>>>> >
>>>>>> > Best regards,
>>>>>> >
>>>>>> > Lane.
>>>>>> >
>>>>>> >
>>>>>>
>>>>>>
>>>>>
>>>>
>>
>> 


Download of 0.0.2 (with Jburg)

Posted by Lane Friesen <la...@hotmail.com>.
Hi Alex,

I tried the 0.0.2 (with Jburg) option. Same result - it stopped after four 
boxes. The log is as follows:

------------------ log begins

Version 3.1.0 (windows)

Using Locale: en_CA

Fetched the SDK download mirror URL from the CGI.

AIR version 16.0

Flash Player version 16.0

Creating Apache FlexJS home

Creating temporary directory

Downloading Apache FlexJS 
from:http://apacheflexbuild.cloudapp.net:8080/job/FlexJS002Workaround/ws/apache-flex-flexjs-0.0.2-bin.zip

Verifying Apache FlexJS MD5 Signature

The Apache FlexJS MD5 Signature of the downloaded files matches the 
reference. The file is valid.

Uncompressing: C:\Users\Standard user\Desktop\Apache 
FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip

Finished uncompressing: C:\Users\Standard user\Desktop\Apache 
FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip

------------------------- log ends

I gave it about 20 minutes to make sure nothing else was going to happen.

Best regards,

Lane.

--------------------------------------------------
From: "Alex Harui" <ah...@adobe.com>
Sent: Friday, May 08, 2015 8:02 AM
To: <us...@flex.apache.org>
Subject: Re: AW: Possible FlexJS Port

> Lane, please try the nightly build or the 0.0.2 (with Jburg) option.  If
> it stops prematurely, post the log.
>
> -Alex
>
> On 5/7/15, 3:52 PM, "Lane Friesen" <la...@hotmail.com> wrote:
>
>>Hi Chris,
>>
>>As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It
>>stops after four boxes. It did that twice. Is that the full download? (I
>>do
>>recall from previous e-mails that it can be necessary in the case of the
>>Flex sdk to try several times, especially when you are accessing the
>>builds
>>server.)
>>
>>Assuming it was the full download, I tried adding it to Flashbuilder as
>>an
>>additional sdk. It didn't recognize it as an sdk. I gather from your note
>>here that I'm missing things.
>>
>>If it's just a few steps of monkey see - monkey do through the 'Geek
>>stuff'
>>to get it installed, then I'd like to do it. If things remain complicated
>>after installation and into programming, then I'll wait for you to push
>>things down.
>>
>>Best regards,
>>
>>Lane.
>>
>>--------------------------------------------------
>>From: "Christofer Dutz" <ch...@c-ware.de>
>>Sent: Thursday, May 07, 2015 5:18 PM
>>To: <us...@flex.apache.org>
>>Subject: AW: Possible FlexJS Port
>>
>>> Well if you need help with that Flexmojos & Maven Geek stuff ... I'm
>>>here
>>> to assist you ;-)
>>> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm
>>>hoping
>>> to push down the boundaries to intermediate level in the next few weeks
>>> :-)
>>>
>>> Chris
>>>
>>> ________________________________________
>>> Von: Lane Friesen <la...@hotmail.com>
>>> Gesendet: Donnerstag, 7. Mai 2015 02:14
>>> An: users@flex.apache.org
>>> Betreff: Re: Possible FlexJS Port
>>>
>>> Hi Om,
>>>
>>> That is truly amazing that a site with this kind of intricacy could
>>> actually
>>> be ported into something that would run on an iPAD Safari browser,
>>> bypassing
>>> the Apple AppStore.
>>>
>>> I'm quite comfortable with pulling in screens one by one and adjusting
>>> things until they run - that's my preferred method of development. If
>>> there
>>> are bugs, then I'll work around them. I'll find a way. What I'm not sure
>>> about is how to install the FlexJS sdk. You mentioned in your talk that
>>> the
>>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>>find
>>> IntelliJ to be superior in just about every measure. Does it work on
>>> IntelliJ? If not, then how precisely would one install it in
>>>Flashbuilder?
>>>
>>> I am not at all familiar with Flexmojos or Maven or any of the
>>> manipulations
>>> required to work with them. That stuff is complete Greek to me. However,
>>> once I have an sdk installed on a system such as (hopefully) IntelliJ,
>>> then
>>> I'm off and running. Is there something like the Apache Flex SDK
>>>Installer
>>> that can download a FlexJS sdk, in the same way that one downloads Flex
>>> 4.14.1?
>>>
>>> Thanks in advance,
>>>
>>> Lane.
>>>
>>>
>>> --------------------------------------------------
>>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>>> Sent: Thursday, May 07, 2015 5:48 AM
>>> To: <us...@flex.apache.org>
>>> Subject: Re: Possible FlexJS Port
>>>
>>>> Here is the link to the video again:
>>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>>
>>>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>>>> difficult to convert it into a FlexJS application.  Although, I will
>>>>let
>>>> Alex or Peter answer this questions with more authority.
>>>>
>>>> I do see that there are some audio elements used.  I am not sure if
>>>> FlexJS
>>>> supports audio yet.
>>>>
>>>> Best approach would be to start playing with FlexJS and get comfortable
>>>> with getting the example apps up and running.  Then, you can start
>>>> porting
>>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>>always
>>>> ask here.  We can help answer and even better, add features to FlexJS
>>>>as
>>>> required.
>>>>
>>>> Hope that helps.
>>>>
>>>> Thanks,
>>>> Om
>>>>
>>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>>
>>>>> I missed the link can anyone share it again please.
>>>>>
>>>>> > From: lanefriesen@hotmail.com
>>>>> > To: users@flex.apache.org
>>>>> > Subject: Possible FlexJS Port
>>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>>> >
>>>>> > Hi Om,
>>>>> >
>>>>> > I watched your video with interest. Is it possible to translate the
>>>>> > code
>>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>>This
>>>>> is an
>>>>> > ancient and poorly organized Flash-based website that badly needs
>>>>> updating
>>>>> > into the current edited version of the material (which has been
>>>>> > extended
>>>>> > into 650 lessons and tested over the past several years with
>>>>> > students).
>>>>> > Could something similar to this code be ported into javascript
>>>>>through
>>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>>> >
>>>>> > Please note the tab structure on the bottom. Choosing a lesson from
>>>>> > the
>>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>>This
>>>>> > is
>>>>> > therefore a program with multiple aspects, not a web site in the
>>>>> > ordinary
>>>>> > sense.
>>>>> >
>>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>>either
>>>>> > as
>>>>> > required. If it's helpful, I could send you the Flex-based Android
>>>>>apk
>>>>> file
>>>>> > of the current app, which is highly tested, popular with students
>>>>>and
>>>>> close
>>>>> > to final release, so that you can see exactly what would be
>>>>>involved
>>>>> > in
>>>>> an
>>>>> > actual port.
>>>>> >
>>>>> > Best regards,
>>>>> >
>>>>> > Lane.
>>>>> >
>>>>> >
>>>>>
>>>>>
>>>>
>>>
>
> 

Re: AW: Possible FlexJS Port

Posted by Alex Harui <ah...@adobe.com>.
Lane, please try the nightly build or the 0.0.2 (with Jburg) option.  If
it stops prematurely, post the log.

-Alex

On 5/7/15, 3:52 PM, "Lane Friesen" <la...@hotmail.com> wrote:

>Hi Chris,
>
>As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It
>stops after four boxes. It did that twice. Is that the full download? (I
>do 
>recall from previous e-mails that it can be necessary in the case of the
>Flex sdk to try several times, especially when you are accessing the
>builds 
>server.)
>
>Assuming it was the full download, I tried adding it to Flashbuilder as
>an 
>additional sdk. It didn't recognize it as an sdk. I gather from your note
>here that I'm missing things.
>
>If it's just a few steps of monkey see - monkey do through the 'Geek
>stuff' 
>to get it installed, then I'd like to do it. If things remain complicated
>after installation and into programming, then I'll wait for you to push
>things down.
>
>Best regards,
>
>Lane.
>
>--------------------------------------------------
>From: "Christofer Dutz" <ch...@c-ware.de>
>Sent: Thursday, May 07, 2015 5:18 PM
>To: <us...@flex.apache.org>
>Subject: AW: Possible FlexJS Port
>
>> Well if you need help with that Flexmojos & Maven Geek stuff ... I'm
>>here 
>> to assist you ;-)
>> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm
>>hoping 
>> to push down the boundaries to intermediate level in the next few weeks
>> :-)
>>
>> Chris
>>
>> ________________________________________
>> Von: Lane Friesen <la...@hotmail.com>
>> Gesendet: Donnerstag, 7. Mai 2015 02:14
>> An: users@flex.apache.org
>> Betreff: Re: Possible FlexJS Port
>>
>> Hi Om,
>>
>> That is truly amazing that a site with this kind of intricacy could
>> actually
>> be ported into something that would run on an iPAD Safari browser,
>> bypassing
>> the Apple AppStore.
>>
>> I'm quite comfortable with pulling in screens one by one and adjusting
>> things until they run - that's my preferred method of development. If
>> there
>> are bugs, then I'll work around them. I'll find a way. What I'm not sure
>> about is how to install the FlexJS sdk. You mentioned in your talk that
>> the
>> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I
>>find
>> IntelliJ to be superior in just about every measure. Does it work on
>> IntelliJ? If not, then how precisely would one install it in
>>Flashbuilder?
>>
>> I am not at all familiar with Flexmojos or Maven or any of the
>> manipulations
>> required to work with them. That stuff is complete Greek to me. However,
>> once I have an sdk installed on a system such as (hopefully) IntelliJ,
>> then
>> I'm off and running. Is there something like the Apache Flex SDK
>>Installer
>> that can download a FlexJS sdk, in the same way that one downloads Flex
>> 4.14.1?
>>
>> Thanks in advance,
>>
>> Lane.
>>
>>
>> --------------------------------------------------
>> From: "OmPrakash Muppirala" <bi...@gmail.com>
>> Sent: Thursday, May 07, 2015 5:48 AM
>> To: <us...@flex.apache.org>
>> Subject: Re: Possible FlexJS Port
>>
>>> Here is the link to the video again:
>>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>>
>>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>>> difficult to convert it into a FlexJS application.  Although, I will
>>>let
>>> Alex or Peter answer this questions with more authority.
>>>
>>> I do see that there are some audio elements used.  I am not sure if
>>> FlexJS
>>> supports audio yet.
>>>
>>> Best approach would be to start playing with FlexJS and get comfortable
>>> with getting the example apps up and running.  Then, you can start
>>> porting
>>> the screens one by one to FlexJS.  If you run into issues, you can
>>>always
>>> ask here.  We can help answer and even better, add features to FlexJS
>>>as
>>> required.
>>>
>>> Hope that helps.
>>>
>>> Thanks,
>>> Om
>>>
>>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>>> miguel.cd.ferreira@hotmail.com> wrote:
>>>
>>>> I missed the link can anyone share it again please.
>>>>
>>>> > From: lanefriesen@hotmail.com
>>>> > To: users@flex.apache.org
>>>> > Subject: Possible FlexJS Port
>>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>>> >
>>>> > Hi Om,
>>>> >
>>>> > I watched your video with interest. Is it possible to translate the
>>>> > code
>>>> > found at http://cognitivestyles.com into javascript using FlexJS?
>>>>This
>>>> is an
>>>> > ancient and poorly organized Flash-based website that badly needs
>>>> updating
>>>> > into the current edited version of the material (which has been
>>>> > extended
>>>> > into 650 lessons and tested over the past several years with
>>>> > students).
>>>> > Could something similar to this code be ported into javascript
>>>>through
>>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>>> >
>>>> > Please note the tab structure on the bottom. Choosing a lesson from
>>>> > the
>>>> > Lessons tab sets up exercises for that lesson in the other tabs.
>>>>This
>>>> > is
>>>> > therefore a program with multiple aspects, not a web site in the
>>>> > ordinary
>>>> > sense.
>>>> >
>>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use
>>>>either
>>>> > as
>>>> > required. If it's helpful, I could send you the Flex-based Android
>>>>apk
>>>> file
>>>> > of the current app, which is highly tested, popular with students
>>>>and
>>>> close
>>>> > to final release, so that you can see exactly what would be
>>>>involved 
>>>> > in
>>>> an
>>>> > actual port.
>>>> >
>>>> > Best regards,
>>>> >
>>>> > Lane.
>>>> >
>>>> >
>>>>
>>>>
>>>
>> 


Re: AW: Possible FlexJS Port

Posted by Lane Friesen <la...@hotmail.com>.
Hi Chris,

As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It 
stops after four boxes. It did that twice. Is that the full download? (I do 
recall from previous e-mails that it can be necessary in the case of the 
Flex sdk to try several times, especially when you are accessing the builds 
server.)

Assuming it was the full download, I tried adding it to Flashbuilder as an 
additional sdk. It didn't recognize it as an sdk. I gather from your note 
here that I'm missing things.

If it's just a few steps of monkey see - monkey do through the 'Geek stuff' 
to get it installed, then I'd like to do it. If things remain complicated 
after installation and into programming, then I'll wait for you to push 
things down.

Best regards,

Lane.

--------------------------------------------------
From: "Christofer Dutz" <ch...@c-ware.de>
Sent: Thursday, May 07, 2015 5:18 PM
To: <us...@flex.apache.org>
Subject: AW: Possible FlexJS Port

> Well if you need help with that Flexmojos & Maven Geek stuff ... I'm here 
> to assist you ;-)
> But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm hoping 
> to push down the boundaries to intermediate level in the next few weeks 
> :-)
>
> Chris
>
> ________________________________________
> Von: Lane Friesen <la...@hotmail.com>
> Gesendet: Donnerstag, 7. Mai 2015 02:14
> An: users@flex.apache.org
> Betreff: Re: Possible FlexJS Port
>
> Hi Om,
>
> That is truly amazing that a site with this kind of intricacy could 
> actually
> be ported into something that would run on an iPAD Safari browser, 
> bypassing
> the Apple AppStore.
>
> I'm quite comfortable with pulling in screens one by one and adjusting
> things until they run - that's my preferred method of development. If 
> there
> are bugs, then I'll work around them. I'll find a way. What I'm not sure
> about is how to install the FlexJS sdk. You mentioned in your talk that 
> the
> sdk can be installed on Flashbuilder. You did not mention IntelliJ. I find
> IntelliJ to be superior in just about every measure. Does it work on
> IntelliJ? If not, then how precisely would one install it in Flashbuilder?
>
> I am not at all familiar with Flexmojos or Maven or any of the 
> manipulations
> required to work with them. That stuff is complete Greek to me. However,
> once I have an sdk installed on a system such as (hopefully) IntelliJ, 
> then
> I'm off and running. Is there something like the Apache Flex SDK Installer
> that can download a FlexJS sdk, in the same way that one downloads Flex
> 4.14.1?
>
> Thanks in advance,
>
> Lane.
>
>
> --------------------------------------------------
> From: "OmPrakash Muppirala" <bi...@gmail.com>
> Sent: Thursday, May 07, 2015 5:48 AM
> To: <us...@flex.apache.org>
> Subject: Re: Possible FlexJS Port
>
>> Here is the link to the video again:
>> https://www.youtube.com/watch?v=mJBTOL-5LWI
>>
>> Lane, I looked at the cognitivestyles.com site.  It does not look too
>> difficult to convert it into a FlexJS application.  Although, I will let
>> Alex or Peter answer this questions with more authority.
>>
>> I do see that there are some audio elements used.  I am not sure if 
>> FlexJS
>> supports audio yet.
>>
>> Best approach would be to start playing with FlexJS and get comfortable
>> with getting the example apps up and running.  Then, you can start 
>> porting
>> the screens one by one to FlexJS.  If you run into issues, you can always
>> ask here.  We can help answer and even better, add features to FlexJS as
>> required.
>>
>> Hope that helps.
>>
>> Thanks,
>> Om
>>
>> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
>> miguel.cd.ferreira@hotmail.com> wrote:
>>
>>> I missed the link can anyone share it again please.
>>>
>>> > From: lanefriesen@hotmail.com
>>> > To: users@flex.apache.org
>>> > Subject: Possible FlexJS Port
>>> > Date: Wed, 6 May 2015 18:01:40 +0900
>>> >
>>> > Hi Om,
>>> >
>>> > I watched your video with interest. Is it possible to translate the
>>> > code
>>> > found at http://cognitivestyles.com into javascript using FlexJS? This
>>> is an
>>> > ancient and poorly organized Flash-based website that badly needs
>>> updating
>>> > into the current edited version of the material (which has been
>>> > extended
>>> > into 650 lessons and tested over the past several years with 
>>> > students).
>>> > Could something similar to this code be ported into javascript through
>>> > FlexJS so that it runs on a browser without the Flash plugin?
>>> >
>>> > Please note the tab structure on the bottom. Choosing a lesson from 
>>> > the
>>> > Lessons tab sets up exercises for that lesson in the other tabs. This
>>> > is
>>> > therefore a program with multiple aspects, not a web site in the
>>> > ordinary
>>> > sense.
>>> >
>>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either
>>> > as
>>> > required. If it's helpful, I could send you the Flex-based Android apk
>>> file
>>> > of the current app, which is highly tested, popular with students and
>>> close
>>> > to final release, so that you can see exactly what would be involved 
>>> > in
>>> an
>>> > actual port.
>>> >
>>> > Best regards,
>>> >
>>> > Lane.
>>> >
>>> >
>>>
>>>
>>
> 

AW: Possible FlexJS Port

Posted by Christofer Dutz <ch...@c-ware.de>.
Well if you need help with that Flexmojos & Maven Geek stuff ... I'm here to assist you ;-)
But at the moment I do agree FlexJS IS definitely Geekstuf, but I'm hoping to push down the boundaries to intermediate level in the next few weeks :-)

Chris

________________________________________
Von: Lane Friesen <la...@hotmail.com>
Gesendet: Donnerstag, 7. Mai 2015 02:14
An: users@flex.apache.org
Betreff: Re: Possible FlexJS Port

Hi Om,

That is truly amazing that a site with this kind of intricacy could actually
be ported into something that would run on an iPAD Safari browser, bypassing
the Apple AppStore.

I'm quite comfortable with pulling in screens one by one and adjusting
things until they run - that's my preferred method of development. If there
are bugs, then I'll work around them. I'll find a way. What I'm not sure
about is how to install the FlexJS sdk. You mentioned in your talk that the
sdk can be installed on Flashbuilder. You did not mention IntelliJ. I find
IntelliJ to be superior in just about every measure. Does it work on
IntelliJ? If not, then how precisely would one install it in Flashbuilder?

I am not at all familiar with Flexmojos or Maven or any of the manipulations
required to work with them. That stuff is complete Greek to me. However,
once I have an sdk installed on a system such as (hopefully) IntelliJ, then
I'm off and running. Is there something like the Apache Flex SDK Installer
that can download a FlexJS sdk, in the same way that one downloads Flex
4.14.1?

Thanks in advance,

Lane.


--------------------------------------------------
From: "OmPrakash Muppirala" <bi...@gmail.com>
Sent: Thursday, May 07, 2015 5:48 AM
To: <us...@flex.apache.org>
Subject: Re: Possible FlexJS Port

> Here is the link to the video again:
> https://www.youtube.com/watch?v=mJBTOL-5LWI
>
> Lane, I looked at the cognitivestyles.com site.  It does not look too
> difficult to convert it into a FlexJS application.  Although, I will let
> Alex or Peter answer this questions with more authority.
>
> I do see that there are some audio elements used.  I am not sure if FlexJS
> supports audio yet.
>
> Best approach would be to start playing with FlexJS and get comfortable
> with getting the example apps up and running.  Then, you can start porting
> the screens one by one to FlexJS.  If you run into issues, you can always
> ask here.  We can help answer and even better, add features to FlexJS as
> required.
>
> Hope that helps.
>
> Thanks,
> Om
>
> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
> miguel.cd.ferreira@hotmail.com> wrote:
>
>> I missed the link can anyone share it again please.
>>
>> > From: lanefriesen@hotmail.com
>> > To: users@flex.apache.org
>> > Subject: Possible FlexJS Port
>> > Date: Wed, 6 May 2015 18:01:40 +0900
>> >
>> > Hi Om,
>> >
>> > I watched your video with interest. Is it possible to translate the
>> > code
>> > found at http://cognitivestyles.com into javascript using FlexJS? This
>> is an
>> > ancient and poorly organized Flash-based website that badly needs
>> updating
>> > into the current edited version of the material (which has been
>> > extended
>> > into 650 lessons and tested over the past several years with students).
>> > Could something similar to this code be ported into javascript through
>> > FlexJS so that it runs on a browser without the Flash plugin?
>> >
>> > Please note the tab structure on the bottom. Choosing a lesson from the
>> > Lessons tab sets up exercises for that lesson in the other tabs. This
>> > is
>> > therefore a program with multiple aspects, not a web site in the
>> > ordinary
>> > sense.
>> >
>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either
>> > as
>> > required. If it's helpful, I could send you the Flex-based Android apk
>> file
>> > of the current app, which is highly tested, popular with students and
>> close
>> > to final release, so that you can see exactly what would be involved in
>> an
>> > actual port.
>> >
>> > Best regards,
>> >
>> > Lane.
>> >
>> >
>>
>>
>

Re: Possible FlexJS Port

Posted by Lane Friesen <la...@hotmail.com>.
Hi Om,

That is truly amazing that a site with this kind of intricacy could actually 
be ported into something that would run on an iPAD Safari browser, bypassing 
the Apple AppStore.

I'm quite comfortable with pulling in screens one by one and adjusting 
things until they run - that's my preferred method of development. If there 
are bugs, then I'll work around them. I'll find a way. What I'm not sure 
about is how to install the FlexJS sdk. You mentioned in your talk that the 
sdk can be installed on Flashbuilder. You did not mention IntelliJ. I find 
IntelliJ to be superior in just about every measure. Does it work on 
IntelliJ? If not, then how precisely would one install it in Flashbuilder?

I am not at all familiar with Flexmojos or Maven or any of the manipulations 
required to work with them. That stuff is complete Greek to me. However, 
once I have an sdk installed on a system such as (hopefully) IntelliJ, then 
I'm off and running. Is there something like the Apache Flex SDK Installer 
that can download a FlexJS sdk, in the same way that one downloads Flex 
4.14.1?

Thanks in advance,

Lane.


--------------------------------------------------
From: "OmPrakash Muppirala" <bi...@gmail.com>
Sent: Thursday, May 07, 2015 5:48 AM
To: <us...@flex.apache.org>
Subject: Re: Possible FlexJS Port

> Here is the link to the video again:
> https://www.youtube.com/watch?v=mJBTOL-5LWI
>
> Lane, I looked at the cognitivestyles.com site.  It does not look too
> difficult to convert it into a FlexJS application.  Although, I will let
> Alex or Peter answer this questions with more authority.
>
> I do see that there are some audio elements used.  I am not sure if FlexJS
> supports audio yet.
>
> Best approach would be to start playing with FlexJS and get comfortable
> with getting the example apps up and running.  Then, you can start porting
> the screens one by one to FlexJS.  If you run into issues, you can always
> ask here.  We can help answer and even better, add features to FlexJS as
> required.
>
> Hope that helps.
>
> Thanks,
> Om
>
> On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
> miguel.cd.ferreira@hotmail.com> wrote:
>
>> I missed the link can anyone share it again please.
>>
>> > From: lanefriesen@hotmail.com
>> > To: users@flex.apache.org
>> > Subject: Possible FlexJS Port
>> > Date: Wed, 6 May 2015 18:01:40 +0900
>> >
>> > Hi Om,
>> >
>> > I watched your video with interest. Is it possible to translate the 
>> > code
>> > found at http://cognitivestyles.com into javascript using FlexJS? This
>> is an
>> > ancient and poorly organized Flash-based website that badly needs
>> updating
>> > into the current edited version of the material (which has been 
>> > extended
>> > into 650 lessons and tested over the past several years with students).
>> > Could something similar to this code be ported into javascript through
>> > FlexJS so that it runs on a browser without the Flash plugin?
>> >
>> > Please note the tab structure on the bottom. Choosing a lesson from the
>> > Lessons tab sets up exercises for that lesson in the other tabs. This 
>> > is
>> > therefore a program with multiple aspects, not a web site in the 
>> > ordinary
>> > sense.
>> >
>> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either 
>> > as
>> > required. If it's helpful, I could send you the Flex-based Android apk
>> file
>> > of the current app, which is highly tested, popular with students and
>> close
>> > to final release, so that you can see exactly what would be involved in
>> an
>> > actual port.
>> >
>> > Best regards,
>> >
>> > Lane.
>> >
>> >
>>
>>
> 

Re: Possible FlexJS Port

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Here is the link to the video again:
https://www.youtube.com/watch?v=mJBTOL-5LWI

Lane, I looked at the cognitivestyles.com site.  It does not look too
difficult to convert it into a FlexJS application.  Although, I will let
Alex or Peter answer this questions with more authority.

I do see that there are some audio elements used.  I am not sure if FlexJS
supports audio yet.

Best approach would be to start playing with FlexJS and get comfortable
with getting the example apps up and running.  Then, you can start porting
the screens one by one to FlexJS.  If you run into issues, you can always
ask here.  We can help answer and even better, add features to FlexJS as
required.

Hope that helps.

Thanks,
Om

On Wed, May 6, 2015 at 2:03 AM, Miguel Ferreira <
miguel.cd.ferreira@hotmail.com> wrote:

> I missed the link can anyone share it again please.
>
> > From: lanefriesen@hotmail.com
> > To: users@flex.apache.org
> > Subject: Possible FlexJS Port
> > Date: Wed, 6 May 2015 18:01:40 +0900
> >
> > Hi Om,
> >
> > I watched your video with interest. Is it possible to translate the code
> > found at http://cognitivestyles.com into javascript using FlexJS? This
> is an
> > ancient and poorly organized Flash-based website that badly needs
> updating
> > into the current edited version of the material (which has been extended
> > into 650 lessons and tested over the past several years with students).
> > Could something similar to this code be ported into javascript through
> > FlexJS so that it runs on a browser without the Flash plugin?
> >
> > Please note the tab structure on the bottom. Choosing a lesson from the
> > Lessons tab sets up exercises for that lesson in the other tabs. This is
> > therefore a program with multiple aspects, not a web site in the ordinary
> > sense.
> >
> > I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either as
> > required. If it's helpful, I could send you the Flex-based Android apk
> file
> > of the current app, which is highly tested, popular with students and
> close
> > to final release, so that you can see exactly what would be involved in
> an
> > actual port.
> >
> > Best regards,
> >
> > Lane.
> >
> >
>
>

RE: Possible FlexJS Port

Posted by Miguel Ferreira <mi...@hotmail.com>.
I missed the link can anyone share it again please.

> From: lanefriesen@hotmail.com
> To: users@flex.apache.org
> Subject: Possible FlexJS Port
> Date: Wed, 6 May 2015 18:01:40 +0900
> 
> Hi Om,
> 
> I watched your video with interest. Is it possible to translate the code 
> found at http://cognitivestyles.com into javascript using FlexJS? This is an 
> ancient and poorly organized Flash-based website that badly needs updating 
> into the current edited version of the material (which has been extended 
> into 650 lessons and tested over the past several years with students). 
> Could something similar to this code be ported into javascript through 
> FlexJS so that it runs on a browser without the Flash plugin?
> 
> Please note the tab structure on the bottom. Choosing a lesson from the 
> Lessons tab sets up exercises for that lesson in the other tabs. This is 
> therefore a program with multiple aspects, not a web site in the ordinary 
> sense.
> 
> I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either as 
> required. If it's helpful, I could send you the Flex-based Android apk file 
> of the current app, which is highly tested, popular with students and close 
> to final release, so that you can see exactly what would be involved in an 
> actual port.
> 
> Best regards,
> 
> Lane.
>  
> 
 		 	   		  

Possible FlexJS Port

Posted by Lane Friesen <la...@hotmail.com>.
Hi Om,

I watched your video with interest. Is it possible to translate the code 
found at http://cognitivestyles.com into javascript using FlexJS? This is an 
ancient and poorly organized Flash-based website that badly needs updating 
into the current edited version of the material (which has been extended 
into 650 lessons and tested over the past several years with students). 
Could something similar to this code be ported into javascript through 
FlexJS so that it runs on a browser without the Flash plugin?

Please note the tab structure on the bottom. Choosing a lesson from the 
Lessons tab sets up exercises for that lesson in the other tabs. This is 
therefore a program with multiple aspects, not a web site in the ordinary 
sense.

I own both Flashbuilder 4.7 and IntelliJ Ultimate and could use either as 
required. If it's helpful, I could send you the Flex-based Android apk file 
of the current app, which is highly tested, popular with students and close 
to final release, so that you can see exactly what would be involved in an 
actual port.

Best regards,

Lane.
 


Re: Puffin Browser

Posted by nbcom <fo...@gmail.com>.
Flash/Flex is still well alive on mobile. Here is my list of solutions:

Phony is a free mobile Firefox add-on that fools websites into thinking
you're using a desktop browser
UC Browser (like best free Flash built-in browser vs. paid Puffin)
CM Browser
Next Browser
Now Browser
Mercury Browser



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Puffin-Browser-tp9749p10010.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.