Re: Streaming video to FMS?

2017-09-27 Thread Peter Ginneberge
doing this in Air? Thank you, David -Original Message- From: Peter Ginneberge [mailto:p.ginnebe...@gmail.com] Sent: Monday, September 25, 2017 3:28 PM To: dev@flex.apache.org Subject: Re: Streaming video to FMS? One way to do it would be via FFMpeg. You can run FFMpeg via a NativeProcess

Re: Streaming video to FMS?

2017-09-25 Thread Peter Ginneberge
One way to do it would be via FFMpeg. You can run FFMpeg via a NativeProcess from AIR. However, the air application then needs to be compiled as a native application (exe, dmg). http://help.adobe.com/en_US/air/html/dev/WSb2ba3b1aad8a27b060d22f991220f00ad8a-8000.html regards, Peter On

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-20 Thread Peter Ginneberge
I kept repeating "Bead" over and over in my head and all of a sudden turned it into "Beadle", which I think has a much nicer ring to it. Then looked it up and apparently it's an existing word (didn't think it was, but then again, English isn't my native language). Beadle: sometimes spelled

Re: [FlexJS] Setup Error

2015-07-31 Thread Peter Ginneberge
On 31/07/2015 18:21, Alex Harui wrote: Looks like it is [1]. If you already have Creative Cloud subscriptions, I’ve heard you can get it through that as well, but I could be wrong about that. -Alex [1] http://www.adobe.com/products/flash-builder-family.html I have FB 4.7 as part of

Re: [FalconJX] JS.swc actionscipt source for asdocs with the swc

2015-06-14 Thread Peter Ginneberge
To include asdocs in a (Flex) swc library, the following is required: - Generate asdocs adding the following arguments (via Ant): keep-xml = true skip-xsl = true - Create the swc as usual - Add the generated asdocs to the swc minus 2 files that aren't needed (ASDoc_Config.xml

Re: Can we unify spark and mx Sort and SortField?

2015-06-10 Thread Peter Ginneberge
I had a quick look yesterday and when I toggled mx only vs spark only I saw the mx.swc swapped for the spark.swc. A sparkskins.swc is added for spark only while there is no equivalent for mx only. For AIR projects a sparkair.swc is also added, there is again no mx equivalent. Both component

Re: Can we unify spark and mx Sort and SortField?

2015-06-09 Thread Peter Ginneberge
I don't know which classes end up in which swc, but the same rule may apply for Spark only projects in which case Spark classes extending mx ones may be a no no as well. regards, Peter On 9 June 2015 at 15:35, Alex Harui aha...@adobe.com wrote: Peter is correct that you want to be

Re: Can we unify spark and mx Sort and SortField?

2015-06-09 Thread Peter Ginneberge
This may affect mx only projects (in FB at least) where spark related swc's are removed when selecting mx only as the project's component set. On 9/06/2015 13:33, Mihai Chira wrote: I'm making lots of changes to SortField and Sort, and I'm realising that having two versions of these files

Re: OSMF bugs

2014-08-27 Thread Peter Ginneberge
+1 On 27/08/2014 6:40, aYo ~ wrote: Oh I definitely think it's something to have aYo www.ayobinitie.com mrbinitie.blogspot.com On Aug 27, 2014 5:01 AM, Alex Harui aha...@adobe.com wrote: Don't know anything about OSMF. Would we want it, or would it be a separate Apache project. Seems like

Re: Looking for string translation for ES,GR and NL

2014-07-11 Thread Peter Ginneberge
Iets te letterlijk vertaald :) nl_NL: Installeer Apache Flex SDK {0} voor gebruik in uw IDE of nl_NL: Installeer Apache Flex SDK {0} voor uw IDE On 11/07/2014 7:44, Erik de Bruin wrote: nl_NL: Installeer Apache Flex SDK {0} voor het gebruik in uw IDE EdB On Fri, Jul 11, 2014 at 2:15 AM,

Re: Adobe wants your thoughts on AIR's Webkit/HTMLLoader

2014-06-11 Thread Peter Ginneberge
I'd rather see webkit replaced with chromium. On 12/06/2014 0:17, OmPrakash Muppirala wrote: Please feel free to post your feature requests here [1] For me, having StageWebView expose an ExternalInterface would be the best option. [1] https://forums.adobe.com/thread/1494000

Re: How to pronounce?

2014-04-03 Thread Peter Ginneberge
I used to pronounce them SWIK and SWIF ... is that the officially correct form? I don't know about official, but that's how I (and others I know) have pronounced them ever since they existed. If you pronounce it any other way, I will cry bitter tears. And kittens will die :( On

Re: [Builds/Jenkins] Help and advise needed

2013-12-10 Thread Peter Ginneberge
To avoid the window, run the service under a different user, e.g. System instead of a specific user or vice versa. Peter On 10/12/2013 22:55, Maurice Amsellem wrote: According to jenkins gui, there are 4 ways of starting the slave : - Java web start (JNLP) - command line from master - via SSH

Re: Garbage Collection Concern

2013-10-12 Thread Peter Ginneberge
selection of an item in a list control, look into overriding the following methods and have them return nothing: drawHighlightIndicator drawSelectionIndicator regards, Peter Ginneberge - Original Message - From: Thomas Wright twri...@yesco.com To: dev@flex.apache.org; Jeffry

Re: Apache Flex 4.10.0 release

2013-08-06 Thread Peter Ginneberge
FYI. I haven't been following the release discussion closely, but just wanted to let you all know that AIR 3.8 is currently broken: https://bugbase.adobe.com/index.cfm?event=bugid=3603433 http://forums.adobe.com/message/5569366#5569366 Now I understand this doesn't affect the Flex SDK, however