Re: Suggestion: Emulation tutorial

2018-11-16 Thread Frost, Andrew
Hi We're following a slightly different approach; the effort in getting the emulation classes all put together and working properly is huge and it will end up being a similar scale to the Flex libraries - lots of code handling cases that are very rarely used... so I've much preferred the

RE: Royale vs other frameworks

2018-11-09 Thread Frost, Andrew
Hi Adding some of our thoughts into this .. we’ve been looking at Royale since April (when I had an introduction to it from Alex) and although it took us a while to get started, I’ve come to really appreciate the approach and structure for this. I’m more in favour of the strands/beads approach

RE: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-17 Thread Frost, Andrew
Hi Carlos This looks like it’s to do with http 1.1 .. see the final recommendations in 8.1.4 of RFC 2616 [1] But you can hopefully override it using the windows registry (see [2]) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings MaxConnectionsPerServer can be set to

Re: OSMF having playing problems when used in OSGi context

2019-07-17 Thread Frost, Andrew
Hi It might be worth trying again with the very latest AIR SDK 32 version, there had been some beta releases from Adobe that caused issues with multimedia playback on some platforms but I believe they are resolved now.. thanks Andrew -Original Message- From: Ramazan Ergüder

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-19 Thread Frost, Andrew
Hi There's no compilation option to get something to skip verification, the verification is a setting within the FP/AIR runtime itself and it's always set to verify on a function-by-function basis when a function is first used; a class definition is treated as a function here as is the main