Re: Face Recognition Software

2014-12-16 Thread Seth.
Great On Wednesday, December 17, 2014, caowei wrote: > Yes! Really cool! > > > > > > caowei > > From: David Moshal > Date: 2014-12-17 06:04 > To: users > Subject: Re: Face Recognition Software > awesome demo ! > > > On Tue, Dec 16, 2014 at 2:00 PM, Christofer Dutz < > christofer.d...@c-ware.de >

Re: Re: Face Recognition Software

2014-12-16 Thread caowei
Yes! Really cool! caowei From: David Moshal Date: 2014-12-17 06:04 To: users Subject: Re: Face Recognition Software awesome demo ! On Tue, Dec 16, 2014 at 2:00 PM, Christofer Dutz wrote: > > Thanks for that it's actually pretty cool and the Flash version does look > a lot smoother than the

AW: [FlexMojos] Mavenig the AIR "runtime" artifacs

2014-12-16 Thread Christofer Dutz
Ehm ... have to admit it's been a few months since I last worked on the Mavenizer ... have to dig into this before being able to continue here ;-) I think the extraction thing can be handled by Flexmojos the same way it does with the config-zip of the framework artifact. Unfortunately I'm curre

Re: AW: Face Recognition Software

2014-12-16 Thread OmPrakash Muppirala
Similar results here with the Flex version, although the HTML5 version reported that there was no camera available! This was on Chrome, btw. Thanks, Om On Dec 16, 2014 2:01 PM, "Christofer Dutz" wrote: > Thanks for that it's actually pretty cool and the Flash version does look > a lot smoother

AW: Flex Client-Server Messaging Howto, BlazeDS, GraniteDS, Websockets

2014-12-16 Thread Christofer Dutz
Depending on the amount of Release Candidates we need I think it should be pretty soon. I wanted to initiate the RC, but thought that we'd better get Flex 4.14 out the door and I didn't want to strain people with another Release Candidate ... but if all goes well, I would expect the first Apache

Re: Face Recognition Software

2014-12-16 Thread David Moshal
awesome demo ! On Tue, Dec 16, 2014 at 2:00 PM, Christofer Dutz wrote: > > Thanks for that it's actually pretty cool and the Flash version does look > a lot smoother than the HTML5 version ;-) > And the HTML5 version doesn't have the cool glasses effect ;-) > > Chris > > > -Ursprüngliche Nac

AW: Face Recognition Software

2014-12-16 Thread Christofer Dutz
Thanks for that it's actually pretty cool and the Flash version does look a lot smoother than the HTML5 version ;-) And the HTML5 version doesn't have the cool glasses effect ;-) Chris -Ursprüngliche Nachricht- Von: Angelo Anolin [mailto:angelo.ano...@gmail.com] Gesendet: Dienstag, 16

Re: Mxmlc parameters

2014-12-16 Thread mark goldin
Yes, I tried. I replaced .exe with .bat and let TFS run it. This is a bottom part of a log file: Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:01.10 So, it did not even work? On Mon, Dec 15, 2014 at 4:20 PM, mark goldin wrote: > I am using TFS's proj files. > > On Mon, De

SDK version

2014-12-16 Thread mark goldin
Is there a way of pulling an SDK version at the runtime? Thanks

Re: Unique Device ID

2014-12-16 Thread Subscriptions
no problem :) btw, android info can be grabbed without an ANE - cant remember the details but theres an info file you can load and parse. Lee Burrows ActionScripter On 16/12/2014 18:04, Carlos Monteiro wrote: Thank you Lee ;) On 16 December 2014 at 15:14, Subscriptions wrote: maybe this?

Re: Unique Device ID

2014-12-16 Thread Carlos Monteiro
Thank you Lee ;) On 16 December 2014 at 15:14, Subscriptions wrote: > > maybe this? > > https://github.com/freshplanet/ANE-DeviceId > > Lee Burrows > ActionScripter > > > On 16/12/2014 15:10, Carlos Monteiro wrote: > >> Hi, >> >> Is it possible to get the Unique Device ID for Apple and Android de

Face Recognition Software

2014-12-16 Thread Angelo Anolin
Just one more reason why Flex rocks... Face Tracking I believe they utilized ANE and Adobe AIR so that it can be used within cross platform devices.

Re: Strategy to Externalise FXG Components

2014-12-16 Thread Alex Harui
On 12/16/14, 4:40 AM, "Jeffry Houser" wrote: > > I was under the impression that FXG assets had to be available at >compile time and could not be loaded at runtime. Yes, you can’t load FXG at runtime, but you should be able to compile it into a module and load that at runtime. -Alex

Re: Flex Client-Server Messaging Howto, BlazeDS, GraniteDS, Websockets

2014-12-16 Thread Alex Harui
On 12/16/14, 5:08 AM, "shaack" wrote: >OK, there will be a release of BlazeDS in the future. But my question is >more >like what is the best way of doing client-server messaging with Flex? > >The only sense to use libraries like Blaze or Granite would be, if there >would be no standard messagin

Re: Unique Device ID

2014-12-16 Thread Subscriptions
maybe this? https://github.com/freshplanet/ANE-DeviceId Lee Burrows ActionScripter On 16/12/2014 15:10, Carlos Monteiro wrote: Hi, Is it possible to get the Unique Device ID for Apple and Android devices?

Unique Device ID

2014-12-16 Thread Carlos Monteiro
Hi, Is it possible to get the Unique Device ID for Apple and Android devices?

Re: New Adobe AIR 16 SDK and iOS 64bit Support

2014-12-16 Thread Héctor A
It refers to ADT, not MXMLC/ASC 2, so no problema with Flex. On Tue, Dec 16, 2014 at 12:22 PM, Tonic wrote: > > The new AIR SDK is available since yesterday, integrate iOS 64bit Support. > But in the release notes, they say it is only compatible with the latest > version of the compiler. > > > ht

Re: reports

2014-12-16 Thread quick6black
I use alivePDF to generate reports. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/reports-tp9174p9201.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex Client-Server Messaging Howto, BlazeDS, GraniteDS, Websockets

2014-12-16 Thread shaack
OK, there will be a release of BlazeDS in the future. But my question is more like what is the best way of doing client-server messaging with Flex? The only sense to use libraries like Blaze or Granite would be, if there would be no standard messaging support in Flex. Standard, for me means to use

Re: Strategy to Externalise FXG Components

2014-12-16 Thread Jeffry Houser
I was under the impression that FXG assets had to be available at compile time and could not be loaded at runtime. You should be able to isolate them into a SWC and create different versions of your app that way. In my mobile game that used FXG assets; I just compiled all assets into the fi

New Adobe AIR 16 SDK and iOS 64bit Support

2014-12-16 Thread Tonic
The new AIR SDK is available since yesterday, integrate iOS 64bit Support. But in the release notes, they say it is only compatible with the latest version of the compiler. http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air16_flashplayer16_releasenotes.pdf Flex uses the old compiler,

AW: [4.14] testing is easy!

2014-12-16 Thread Krüger , Olaf
> How do you enabled flatspark in 4.14? I've just found it at the dev list. For those who like to take a preview to the new flatspark here's a short howto: https://github.com/akamud/FlatSpark/wiki/How-to-use-FlatSpark-in-your-project The spark swc library is located here: ...\ 4.14.0_RC\framework

Re: Strategy to Externalise FXG Components

2014-12-16 Thread Yishay Weiss
Have you seen this? https://forums.adobe.com/thread/729827 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Strategy-to-Externalise-FXG-Components-tp9193p9196.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

AW: [4.14] testing is easy!

2014-12-16 Thread Krüger , Olaf
How do you enabled flatspark in 4.14? (You cannot provide screenshots here, it would be better to use an external resource and share the links) Olaf Von: Saul Diaz [mailto:cripito...@gmail.com] Gesendet: Dienstag, 16. Dezember 2014 04:24 An: users@flex.apache.org Cc: d...@flex.apache.org Betreff

[FlexMojos] Mavenig the AIR "runtime" artifacs

2014-12-16 Thread Frédéric THOMAS
Hi Chris, >From the doc you did [1], and I'm not sure it is up to date but in case you >are interested, that's how I answer the question of: "In order to sensibly generate runtime artifacts, I think we first have to find out how these artifacts would need to be used at all. Simply zipping them

Strategy to Externalise FXG Components

2014-12-16 Thread Tintin
Hello I completed the development of an application which displayed some complex FXG graphics last year. I have now been asked to create the same application but with a different set of graphics. We have created the new artwork (CAD to Illustrator to FXG) and rather than perform a 'save as' and st

Re: off subject: group flash settings

2014-12-16 Thread Tom Chiverton
On 15/12/14 22:13, Scott Matheson wrote: Hi Does anyone know how a school can change the flash settings (enable Mic) to all user, each users seems to have there own profile the school said: It seems Flash Player settings must be changes on a per user basis as settings are held in each indi

Re: [FLEX INSTALLER] config.xml

2014-12-16 Thread David Harrburger
Ok Alex, no problem to join the dev mailing list (not sure I can help you because I don't have the skills the Flex Dream Team have but for sure, I will try to do my best :o) Will join the mailing later this day thanks a lot David -Message d'origine- From: Alex Harui Sent: Tuesday, De