Re: Spark video control broken?

2014-08-12 Thread Justin Mclean
Hi, The larger one (which works) swfdump gives this: application/x-shockwave-flashAdobe Flex 4 Applicationhttp://www.adobe.com/products/flexunknownunknownENJun 29, 2010 Look like it larger as it contains debug information but is the previous version of OSMF (see the compile date

Re: Spark video control broken?

2014-08-12 Thread Justin Mclean
Hi, > Could be related to the switch from OSMF 1.0 to OSMF 2.0. > Similar to this issue: https://issues.apache.org/jira/browse/FLEX-33926 > > Try switching back to OSMF 1.0, there is a good chance that it would work > even with the lastest Flex SDK. I assume the larger one is OSMF 2 (which it wo

Re: Spark video control broken?

2014-08-12 Thread OmPrakash Muppirala
Could be related to the switch from OSMF 1.0 to OSMF 2.0. Similar to this issue: https://issues.apache.org/jira/browse/FLEX-33926 Try switching back to OSMF 1.0, there is a good chance that it would work even with the lastest Flex SDK. Thanks, Om On Tue, Aug 12, 2014 at 11:24 PM, Justin Mclean

Re: Spark video control broken?

2014-08-12 Thread Justin Mclean
Hi, And it gets a bit stranger - the 4.13 released SDK has this: framaework/libs/osmf.swf 267K The current dev I have has: framework/libs/osmf.swf 349K (and which works) Is the installer installing the wrong version of osmf library? Thanks, Justin

Re: Spark video control broken?

2014-08-12 Thread Justin Mclean
Hi, Looks like it an OSMF issue.it works in Apache Flex 4.6 and 4.10, but not in 4.11+. Anyone have any further details or a workaround? Thanks, Justin

Spark video control broken?

2014-08-12 Thread Justin Mclean
Hi, Just trying to fix the broken video examples. Anyone know why this works But this doesn't? Thanks, Justin

Spark video control broken?

2014-08-12 Thread Justin Mclean
Hi, Just trying to fix the broken video examples. Anyone know why this works But this doesn't? Thanks, Justin

Re: Using mustella to test existing applications

2014-08-12 Thread Alex Harui
It passed on my Windows box. If it fails again, download the bad.png and email it to me off-list. -Alex On 8/12/14 1:22 AM, "Tom Chiverton" wrote: >Well, it certainty seems to have hung again today. > >Before that AdvancedCSS_descendantSelectors_RuntimeCSS had a bad bitmap, >but the two files

Re: Tour de Flex

2014-08-12 Thread Alex Harui
There is an employees.xml file in the flex-external repo in the ADC folder. That was supposedly used by some of the TDF examples, but I haven't verified that. -Alex On 8/12/14 7:13 PM, "Justin Mclean" wrote: >HI, > >> I guess you could adjust the DG example to use the XML file? >Which XML file

Re: Tour de Flex

2014-08-12 Thread Justin Mclean
HI, > I guess you could adjust the DG example to use the XML file? Which XML file is that? Justin

Re: New public Flex-related campaign

2014-08-12 Thread Justin Mclean
Hi, Good luck with the crowd funded campaign. Perhaps you can see if you can get a few other developers involved? I believe there a few on the list that use FDT. With my PMC hat on: As Apache Flex is a trademark of the ASF, would you mind putting a "TM" after the first instance Apache Flex and

Please welcome Chris Martin as an Apache Flex committer

2014-08-12 Thread Justin Mclean
Hi, I am pleased to announce that the Project Management Committee (PMC) for Apache Flex has invited Chris Martin to become a committer and he has accepted. Chris has been active on the mailing lists and raised several important JIRA issues with patches and tests. Thanks, Justin

Please welcome Darkstone as an Apache Flex committer

2014-08-12 Thread Justin Mclean
Hi, Sorry for being a little late in announcing this. I am pleased to announce that the Project Management Committee (PMC) for Apache Flex has invited Darkstone to become a committer and he has accepted. Darkstone has been active on the mailing lists and helped out with several JIRA issues, hel

Re: svn commit: r1617546 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2014-08-12 Thread Alex Harui
The caching code doesn't care about the timestamp. That's just for the MD5Checker and it is just recording what it got in the header from the server response. It seems to be stable enough to use. -Alex On 8/12/14 4:27 PM, "Justin Mclean" wrote: >Hi, > >Not looked at the caching code, but are

Re: [2/2] git commit: [flex-sdk] [refs/heads/develop] - switch version to 4.14

2014-08-12 Thread Justin Mclean
Hi, In the regexp I think "." needs to be escaped as "." mean any character not a decimal point. [0-9]* should also be [0-9]+ as there's a minimum of one digit. Justin On 13 Aug 2014, at 6:09 am, aha...@apache.org wrote: > switch version to 4.14 > > > Project: http://git-wip-us.apache.org/re

Re: svn commit: r1617546 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2014-08-12 Thread Justin Mclean
Hi, Not looked at the caching code, but are timezones going to be an issue with the GMT in there? Thanks, Justin On 13 Aug 2014, at 4:05 am, aha...@apache.org wrote: > Author: aharui > Date: Tue Aug 12 18:05:56 2014 > New Revision: 1617546 > > URL: http://svn.apache.org/r1617546 > Log: > fix

New public Flex-related campaign

2014-08-12 Thread Neverbirth
Ok, continuing this previous mail [1], I've decided to launch a public campaign [2] to help further development if posible. Everybody I've talked to about the idea has been supportive, even if a bit pessimistic for one reason or another, so we'll see how it ends, whatever the outcome is, I'll do my

Re: broken installer - not copying adt

2014-08-12 Thread Alex Harui
On 8/12/14 12:00 AM, "Justin Mclean" wrote: >Hi, > >> In order to make an OS agnostic SDK, wouldn't we have to download both >>AIR >> SDKs? I think that would slow things up noticeably. >I thought that the AIR SDK were the same just packaged differently ie >that they have both windows and OSX

Re: Android OS version - Flash Builder configuration

2014-08-12 Thread Alex Harui
On 8/12/14 11:42 AM, "OmPrakash Muppirala" wrote: >>It seems like that would be useful for testing different versions of >> Android in the simulator regardless of this bug. >> > >There is another problem though. I have a mobile app with two run/debug >configurations, one for iOS and one for And

Re: Android OS version - Flash Builder configuration

2014-08-12 Thread Alex Harui
On 8/12/14 12:56 PM, "OmPrakash Muppirala" wrote: >I just realized that I had messed up one of run configuration parameters. >Which is why I was getting 4.1 instead of AND for Capabilities.version. I >reverted that and I am getting the correct value of AND. > >However, there is still no way to

Re: Android OS version - Flash Builder configuration

2014-08-12 Thread OmPrakash Muppirala
I just realized that I had messed up one of run configuration parameters. Which is why I was getting 4.1 instead of AND for Capabilities.version. I reverted that and I am getting the correct value of AND. However, there is still no way to tell the OS version. I see that spark.utils.PlatformMobil

Re: Android OS version - Flash Builder configuration

2014-08-12 Thread OmPrakash Muppirala
On Tue, Aug 12, 2014 at 11:34 AM, Alex Harui wrote: > > > On 8/12/14 11:05 AM, "OmPrakash Muppirala" wrote: > > >Nice idea. So, when we decide to remove this in the future (when Adobe > >hopefully fixes this bug) will the users get a compilation error if they > >are using this include? > If we

Re: Android OS version - Flash Builder configuration

2014-08-12 Thread Alex Harui
On 8/12/14 11:05 AM, "OmPrakash Muppirala" wrote: >Nice idea. So, when we decide to remove this in the future (when Adobe >hopefully fixes this bug) will the users get a compilation error if they >are using this include? If we don't remove the class, then it will still compile and do the overr

Re: Android OS version - Flash Builder configuration

2014-08-12 Thread OmPrakash Muppirala
Nice idea. So, when we decide to remove this in the future (when Adobe hopefully fixes this bug) will the users get a compilation error if they are using this include? Thanks, Om On Aug 11, 2014 11:42 PM, "Alex Harui" wrote: > Maybe, but that would bake that code in and that wouldn't be fun to

Re:Re: I tested out a 100% reproducible bug of Flex SDK Installer 3.1

2014-08-12 Thread DarkStone
I see. Also noticed that the aglj40.jar file is a little bit too big (7.97 MB) and very hard to finish the download, the download speed is very slow too, about 10 KB/s average: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw It appears that sourceforge.net is

Re: Using mustella to test existing applications

2014-08-12 Thread Alex Harui
If there is an @win, then there is already a platform specific bitmap and a new baseline should be generated from that platform. I'll run the test on my Windows box tonight and see if it reproduces. -Alex On 8/12/14 1:22 AM, "Tom Chiverton" wrote: >Well, it certainty seems to have hung again t

Re: I tested out a 100% reproducible bug of Flex SDK Installer 3.1

2014-08-12 Thread Alex Harui
The current workaround we are using to download afe.jar (and other font kit jars) does have a side-effect that it does not work with caching enabled on Windows. We'll have to fix that in a next release. -Alex On 8/12/14 6:26 AM, "DarkStone" wrote: >Well, if I enable cache for Flex SDK Installe

I tested out a 100% reproducible bug of Flex SDK Installer 3.1

2014-08-12 Thread DarkStone
Well, if I enable cache for Flex SDK Installer, it will always end up with the same error, here is the log: >Log begin< ... get-with-params: [get] Getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw&ts=201408120910 [get] To D:\Adobe\Adobe

Re: [OFFTOPIC]: OSMF

2014-08-12 Thread Miguel Martín-Forero Ruiz
We're using it in several applications and it is working quite well. In our latest project though, we had an issue on reconnecting to some streaming servers, causing a null pointer and our app to crash, which we solved overriding a lot of classes from osmf. Anyways, being unsupported makes a proje

Re: [OFFTOPIC]: OSMF

2014-08-12 Thread Tom Chiverton
I last used it several months ago and it Just Worked. I think it's one of those projects, like Thunderbird, that does everything and doesn't need much further work at all. Tom On 12/08/14 13:33, Miguel Martín-Forero Ruiz wrote: > Hi guys, just notice that osmf site now redirects to its really ou

[OFFTOPIC]: OSMF

2014-08-12 Thread Miguel Martín-Forero Ruiz
Hi guys, just notice that osmf site now redirects to its really outdated blog [1]. The code is still downloadable from sourceforge [2] but it kinda feels like one great solution, as osmf is for video and audio streaming across several platforms, is fading into the void. Latest release is from 2012

Re: Using mustella to test existing applications

2014-08-12 Thread Tom Chiverton
Well, it certainty seems to have hung again today. Before that AdvancedCSS_descendantSelectors_RuntimeCSS had a bad bitmap, but the two files look the same to me : http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/ws/mustella/tests/Managers/StyleManager/AdvancedCSS/descendantSelectors/basel

AW: Jenkins build is back to stable : flex-blazeds #72

2014-08-12 Thread Christofer Dutz
Hmmm ... I wonder why it magically failed and got back to normal ... could this have been a hickup on the build agent? Von: flex.ci.bui...@gmail.com Gesendet: Dienstag, 12. August 2014 08:32 An: comm...@flex.apache.org; Christofer Dutz Betreff: Jenkins bu

Re: broken installer - not copying adt

2014-08-12 Thread Justin Mclean
Hi, > In order to make an OS agnostic SDK, wouldn't we have to download both AIR > SDKs? I think that would slow things up noticeably. I thought that the AIR SDK were the same just packaged differently ie that they have both windows and OSX bits in them? But probably more important to fix the i