Embedding external excel file in flex app

2017-04-19 Thread Deepak MS
Hi, We have a requirement where in we need to display a flex app within ppt. Basically, swf will be embedded within ppt file. However, the data for the app is read from an excel file, which again is embedded within flex app. The excel file data gets refreshed every week. I get the data file,

Re: Compiling flex project using maven

2017-04-19 Thread Maxim Solodovnik
Hello Chris, Maybe you can take a look at this tiny github project, and give me couple advice? Or maybe there is working example project available? On Mon, Apr 10, 2017 at 7:31 PM, Maxim Solodovnik wrote: > Maybe there is example project which I can clone and modify? > >

Re: Mobile App Running in Background

2017-04-19 Thread Clint M
this might be useful as well… https://github.com/ncreated/BackgroundTransfer-ANE On Wed, Apr 19, 2017 at 4:38 AM, Jairo wrote: > I develop a mobile App in Flex and this app needs to be listening to socket > data all the time. > What i need is to make something like WhatsApp

Re: Mobile App Running in Background

2017-04-19 Thread Clint M
I would give this a read… http://blogs.adobe.com/airodynamics/2012/05/04/air-ios-background-behavior/ On Wed, Apr 19, 2017 at 4:38 AM, Jairo wrote: > I develop a mobile App in Flex and this app needs to be listening to socket > data all the time. > What i need is to make

Re: Mobile App Running in Background

2017-04-19 Thread Fréderic Cox
Check out the background networking functions from http://help.adobe.com/en_US/air/build/WSfffb011ac560372f7e64a7f12cd2dd1867-8000.html#WSd6d4f896b3a8801b-15a1d5f91370ecb9970-8000 On Wed, Apr 19, 2017 at 1:38 PM, Jairo wrote: > I develop a mobile App in Flex and this app

Mobile App Running in Background

2017-04-19 Thread Jairo
I develop a mobile App in Flex and this app needs to be listening to socket data all the time. What i need is to make something like WhatsApp do: you can close the interface but the App is already active, listening to incoming remote data. It is possible to do this? How? Thanks -- View this