Hi,
Late I know but four talks submitted (not all Flex related) so hope to see you
there!
They are:
- Introduction to Apache Flex
- Unit testing Apache Flex Applications
- Internet of Things
- Your Code as a Crime Scene
Thanks,
Justin
Ok :-)
So it seems that we would actually be able to fill a Track ... great :-)
Hopefully we'll get enough accepted in order to actually get a track. I'll look
out for Flex talks while doing the reviews on Friday. Keep your fingers crossed.
@Om .. in your Mobile Talk ... will you be also talking
Well, it seems there is some sort of network issue...
Can you retrieve
http://flex.apache.org/installer/sdk-installer-config-4.0.xml by hand ?
Tom
On 29/06/15 21:01, mscharp wrote:
Caused by: java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Nat
Well adobe has their Connect [1] application. It runs in flash and can
share a desktop [2], so I know something exists. Although I think people are
changing over to Java for screen sharing these days since it's installed in
most places already.
[1] http://www.adobe.com/products/adobeconn
On Tue, Jun 30, 2015 at 1:25 AM, Alex Harui wrote:
>
>
> On 6/29/15, 2:27 PM, "Michael Schmalle" wrote:
>
> >We just really need to be careful about how we change stuff like this and
> >I
> >agree coming back to the point, accessing parents is not a good idea.
> >
> >Why? Because there are so ma
Unfortunately, we have to have users interact with the app to agree to each
different license.
-Nick
On Mon, Jun 29, 2015 at 6:52 AM, Deepak MS wrote:
> Thanks, works now.
> Just one item in my wish list..
> http://pasteboard.co/1A9iOYgk.png
>
> How about selecting the required items by default
Adobe Connect uses a plugin (one of the only plugins into Flash allowed by
Adobe) to record the screen and include the high-bandwidth recording
codecs. Unfortunately, we don't have access to it.
Screen recording should be able to be done via an ANE on an AIR app. AIR
can not do it natively, thou
> Fred, just commit your updated xml formatter file I sent you and I will
> load it and we can agree on a time/date to reformat the two projects using
> it.
Done !
Frédéric THOMAS
> Date: Mon, 29 Jun 2015 17:38:11 -0400
> Subject: Re: [FalconJX] Code for
> OK, maybe I didn’t understand you earlier, but yes, the above is what I
> see in the output.
Yes, it was a conversation about private, protected members, maybe that's why.
> The release version of my test app does get called and executed by the
> browser. Maybe post the html that was generated?
Or maybe these guys:
http://diadraw.com/release-updates-screen-recording-anes/
On Tue, Jun 30, 2015 at 9:53 PM, Nicholas Kwiatkowski
wrote:
> Adobe Connect uses a plugin (one of the only plugins into Flash allowed by
> Adobe) to record the screen and include the high-bandwidth recording
> codec
Is there a handwritten or transpiled "HTMLContainer.js" to go with that? Or
am I missing something?
EdB
On Tue, Jun 30, 2015 at 3:05 PM, Frédéric THOMAS
wrote:
> > OK, maybe I didn’t understand you earlier, but yes, the above is what I
> > see in the output.
>
> Yes, it was a conversation abo
On 6/30/15, 4:47 AM, "Nicholas Kwiatkowski" wrote:
>Unfortunately, we have to have users interact with the app to agree to
>each
>different license.
Nick is right, although it just now occurred to me that we could try to
track which licenses have been previously accepted on that computer and
p
GCC no likey ;-)
Can I maybe have a look at the example project? I've been gone for a while,
but if I'm correct I should be able to get the latest stuff from Git, build
and then compile this AS project from the command line, correct? Or do I
have to set it up in an IDE? That would mean a large hur
Yeah, I think that’s at least one issue. HTMLContainer.js is a transpiled
extern and we aren’t putting them in the externs list in the publisher.
-Alex
On 6/30/15, 7:05 AM, "Erik de Bruin" wrote:
>Is there a handwritten or transpiled "HTMLContainer.js" to go with that?
>Or
>am I missing someth
On 6/30/15, 3:08 AM, "Michael Schmalle" wrote:
>On Tue, Jun 30, 2015 at 1:25 AM, Alex Harui wrote:
>
>> 100% agree, but I think we have to do it soon because I keep adding in
>> these parent walks and I think it slows things down. I’d like to know
>> more about the model.
>>
>
>I can't say fo
On 6/30/15, 7:28 AM, "Erik de Bruin" wrote:
>GCC no likey ;-)
>
>Can I maybe have a look at the example project? I've been gone for a
>while,
>but if I'm correct I should be able to get the latest stuff from Git,
>build
>and then compile this AS project from the command line, correct? Or do I
>
I was hoping to get my hands on Fred's AS project. I want to run that
through the new compiler and have a long look at the output JS - debug and
release - to see if that looks like something that still makes sense from a
GCC point of view.
EdB
On Tue, Jun 30, 2015 at 4:39 PM, Alex Harui wrote:
To share a desktop on Connect you have to use a proprietary plugin
which uses undocumented APIs in the Flash Player.
If memory serves me; Adobe was going to offer a service to expose
these APIs. I don't know what happened to it [and I don't remember the
code name)
On 6/30/2015 5:57 AM,
He posted his .AS in one of the four links. That and the js.swc and
jquery.swc should be all the ingredients.
-Alex
On 6/30/15, 7:44 AM, "Erik de Bruin" wrote:
>I was hoping to get my hands on Fred's AS project. I want to run that
>through the new compiler and have a long look at the output JS
A little patience with a terribly out of date committer: how does one who
may have missed (more than) a few emails compile (or download?) these
famous SWCs?
EdB
On Tue, Jun 30, 2015 at 4:56 PM, Alex Harui wrote:
> He posted his .AS in one of the four links. That and the js.swc and
> jquery.s
Yeah, it opens up just fine in my browser.
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Problems-Installing-Flash-SDK-according-to-documentation-tp48319p48351.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
They are produced in the Falcon build or in the Nightly builds.
On 6/30/15, 8:08 AM, "Erik de Bruin" wrote:
>A little patience with a terribly out of date committer: how does one who
>may have missed (more than) a few emails compile (or download?) these
>famous SWCs?
>
>EdB
>
>
>
>On Tue, Jun 30
I published the 2 projects, the App and the Lib:
https://github.com/doublefx/FlexJS-Externs-Tests
I use the configuration generated by intellij to build it, you will need to
figure out how to do it manually, maybe that will help:
1- build the HtmlContainer JS, with the default settings, see the
Thanks Alex and Fred,
I'm hacking... see if I can figure this stuff out :-)
EdB
On Tue, Jun 30, 2015 at 5:34 PM, Frédéric THOMAS
wrote:
> I published the 2 projects, the App and the Lib:
> https://github.com/doublefx/FlexJS-Externs-Tests
>
> I use the configuration generated by intellij to b
I just renamed the defines for conditional compilation, for more clarity, see
the last commit.
Thanks to you for trying to figure this out !
Frédéric THOMAS
> From: e...@ixsoftware.nl
> Date: Tue, 30 Jun 2015 17:45:21 +0200
> Subject: Re: [FalconJX Flex
There is influxis collaboration service (used to be livecycle
collaboration service)
http://ics.influxis.com/modules/
Šruss
On 6/30/15, 10:45 AM, "Jeffry Houser" wrote:
>
> To share a desktop on Connect you have to use a proprietary plugin
>which uses undocumented APIs in the Flash Player.
>
>
Hi,
While I’ve not got enough sats to see what is going on it seems that while it
looks like the error rate has been reduced (yay!) are still getting some errors
with the installer.
Looks like we getting a lot more windows “Error” errors, in the order of about
20 a day. So far the error only o
Hi,
> Whne I went to uninstall the installer on Windows 7, the publish lists
> UNKNOWN, is this normal, I thought it would say Apache Flex or something.
This is because the installer has not been signed by Apache. If I get some time
this week I’ll take a look into what’s required to do that unle
> A little patience with a terribly out of date committer: how does one who
> may have missed (more than) a few emails compile (or download?) these
> famous SWCs?
You will need to run manually the externc..swc target, you will
probably need to "ant wipe-all" and "ant all" first.
Frédéric THOMAS
I figured out how to build the js SWCs, thanks.
Now if I feed the arguments you suggested to 'jsc', the compiler defines
don't take... I get:
Access of possibly undefined property COMPILE.
COMPILE::JS
^
etc.
The full command is:
[local-path]/flex-falcon/compiler.jx/bin/jsc -define+=CON
> I figured out how to build the js SWCs, thanks.
In case you would want to build the full app, you would need to build jquery
too.
> Now if I feed the arguments you suggested to 'jsc', the compiler defines
> don't take... I get:
>
> Access of possibly undefined property COMPILE.
> COMPILE::JS
Hi all,
Thank you for your inputs. As Russ suggested, I tried using the influx
collaboration service. But, since yesterday, I simply don't understand how to
make it work with an FMS server. All of the documentation online is on how to
connect it to Adobe's Livecycle Service through an Authentic
OK, but the success rate on Windows is “acceptable”? If so, are we ready
to hit the switch to get the auto-update to kick in?
-Alex
On 6/30/15, 9:15 AM, "Justin Mclean" wrote:
>Hi,
>
>While I’ve not got enough sats to see what is going on it seems that
>while it looks like the error rate has b
>> Now if I feed the arguments you suggested to 'jsc', the compiler defines
>> don't take... I get:
>>
>> Access of possibly undefined property COMPILE.
>> COMPILE::JS
>
> Try compc.jar in the generated/dist/sdk/lib
I guess it will work if you replace the %FALCON_HOME%\lib\mxmlc.jar with the
path
Nope, nothing. Still no compiler defines recognized on the first step
(creating HtmlContainer.js):
java -Xmx384m -Dsun.io.useCanonCaches=false -jar
${LOCAL_ROOT}/git/flex-falcon/compiler.jx/lib/mxmlc.jar
+flexlib=${LOCAL_ROOT}/git/flex-sdk/frameworks
-closure-lib=${LOCAL_ROOT}/dependencies/GoogleC
Ah,
Nasty Fred ;-)
your instructions say: -define+=CONFIG::AS
but in the .as file, it says: COMPILE::AS3
The devil is in the details, as always, I guess.
EdB
On Tue, Jun 30, 2015 at 8:44 PM, Erik de Bruin wrote:
> Nope, nothing. Still no compiler defines recognized on the first step
> (cr
Well it seems that there must be a problem fetching the config xml ... first I
was afraid that the file had changed, but it's still there and I can access it
correctly. So probably your proxy is causing problems ... As I am using the
Apace HTTP component to access the file, eventually the proxy
Ok, yeah that makes sense. Thanks for the update. If you let me know when
you get an update out there I'll go ahead and give it a try. Likewise, I'll
test this out soon in a non proxied environment.
Michael
--
View this message in context:
http://apache-flex-development.247.n4.nabble.co
> Nasty Fred ;-)
>
> your instructions say: -define+=CONFIG::AS
>
> but in the .as file, it says: COMPILE::AS3
>
> The devil is in the details, as always, I guess.
Just got your email now, I'm sorry Erik, maybe I should had added more details
[1] and I didn't catch that you didn't change it in th
>> The devil is in the details, as always, I guess.
And you are right, so :
> @Committers:
> I was planning to have the default behaviours
of the compilateurs to automaticaly build the JS / SWC if none of the
js-output-type was supplied and the defines COMPILE::JS and COMPILE:AS3
were set to "
HI,
> OK, but the success rate on Windows is “acceptable”? If so, are we ready
> to hit the switch to get the auto-update to kick in?
It's hard to tell from the data what % of errors are from the new installer and
what are from the old. In the case of those 2 errors it seems reasonable to
assu
I'm not getting there :-(
This are my commands for each of the three steps:
java -jar ${LOCAL_ROOT}/git/flex-falcon/compiler.jx/lib/mxmlc.jar
-closure-lib=${LOCAL_ROOT}/dependencies/GoogleClosure/library
-sdk-js-lib=${LOCAL_ROOT}/git/flex-asjs/frameworks/js/FlexJS/libs
-external-library-path=${LO
You can also use ffmpeg through NativeProcess and stream directly to FMS
through it. If you are interested I could provide some info, although not
on the FMS part, it's been years since I last used it and always go for
Red5 (my needs are often simple).
On Tue, Jun 30, 2015 at 7:57 PM, David Frank
Hi Hector,
Yes, please do provide me with some info. I already have the FMS part all done
since we have a webcam application. I'm just trying to build a screenshare app
through AIR.
Any help would be very greatly appreciated.
Thank you!
-Original Message-
From: Héctor A [mailto:never
With ffmpeg there are tons of ways of doing something and parameters to
set... so I'll just give one sample commandline, then you can investigate a
bit further googling around or you can always try to ask and if we can
reply we'll do so:
-f gdigrab -framerate 30 -i desktop -vcodec libx264 -vb 50
On Tue, Jun 30, 2015 at 10:35 AM, Alex Harui wrote:
>
>
> On 6/30/15, 3:08 AM, "Michael Schmalle" wrote:
>
> >On Tue, Jun 30, 2015 at 1:25 AM, Alex Harui wrote:
> >
> >> 100% agree, but I think we have to do it soon because I keep adding in
> >> these parent walks and I think it slows things do
Actually, I never tried before to compile via the command line, so, I tried and
I realised I haven't any ConsoleLogger by default and everything has been done
only for IntelliJ, I guess I could remedy that in the future, therefore, either
you use the trial version of IntelliJ or you are lucky wi
I'm starting a new thread because that was a new subject and I hope my outlook
web mail won't duplicated my post here, what a shitty thing.
> I'll wait for a sensible tip, or a more thorough writeup before trying
again.
Actually, I never tried before to compile via the command line, so, I
tri
And I even pushed it if it can make your life easier.
Frédéric THOMAS
> From: webdoubl...@hotmail.com
> To: dev@flex.apache.org
> Subject: [FlexJS] js.release issue (was:RE: [FalconJX FlexJS] JQuery up and
> running, a nightmare but we now have)
> Date:
And because I couldn't sleep, I use now a .gitignore in the project and a
ConsoleLogger in Falcon !
Frédéric THOMAS
> From: webdoubl...@hotmail.com
> To: dev@flex.apache.org
> Subject: RE: [FlexJS] js.release issue (was:RE: [FalconJX FlexJS] JQuery up
Hi,
It’s looking more likely we have a new introduced issue.
If you have access to google analytics this shows it quite clearly:
https://www.google.com/analytics/web/?hl=en#report/content-pages/a37926454w66427073p68310079/%3F_u.date00%3D20150601%26_u.date01%3D20150630%26explorer-table.plotKeys%3D
51 matches
Mail list logo