[jira] [Closed] (FLEX-33059) SDK dosn't compile under flash player 11.2 release candidate

2012-07-27 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean closed FLEX-33059. Resolution: Fixed No longer an issue > SDK dosn't compile under flash pla

Re: Memory issue in Flash Player 11.2

2012-04-19 Thread Om
th IE/firefox/chrome :( > > Seb > > 2012/4/11 Skogen, Espen > > > All, > > > > I've noticed that a Flex app running in Flash player 11.2 has about twice > > the memory footprint as 10.3 - Have anybody else noticed this? Trying to > > verify if this is de

Re: Memory issue in Flash Player 11.2

2012-04-19 Thread Seb As Flash
eport problems on windows 7 and the latest flash plugin version, both with IE/firefox/chrome :( Seb 2012/4/11 Skogen, Espen > All, > > I've noticed that a Flex app running in Flash player 11.2 has about twice > the memory footprint as 10.3 - Have anybody else noticed this? Trying

RE: Memory issue in Flash Player 11.2

2012-04-13 Thread Skogen, Espen
Flash Player 11.2 If your 'slice' is 20 ms... it would appear that you are inferring a frame rate of 50 fps? Is that correct? If it is, this seems a bit excessive for a Flex application unless you're doing some serious animation. Keep in mind that 1000 ms = 1 second = [ frame

Re: Memory issue in Flash Player 11.2

2012-04-12 Thread Rick Winscot
If your 'slice' is 20 ms... it would appear that you are inferring a frame rate of 50 fps? Is that correct? If it is, this seems a bit excessive for a Flex application unless you're doing some serious animation. Keep in mind that 1000 ms = 1 second = [ frame rate ] x [ ms slice ]... anything le

Re: Memory issue in Flash Player 11.2

2012-04-12 Thread Avinash Narayanan
yikes and I thought this was an upgrade! Thanks Avinash Y On Thu, Apr 12, 2012 at 7:16 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >I did some more testing and found that it seems to be a case of GC never > collecting any garbage. I set up an app to create a new object and a

RE: Memory issue in Flash Player 11.2

2012-04-12 Thread Michael A. Labriola
>I did some more testing and found that it seems to be a case of GC never >collecting any garbage. I set up an app to create a new object and assign it >to a >property every 20 milliseconds. On 10.3 and 11.1 the memory footprint remained >steady. On 11.2, it grew and grew. We definitely see it

RE: Memory issue in Flash Player 11.2

2012-04-12 Thread Skogen, Espen
: Michael A. Labriola [mailto:labri...@digitalprimates.net] Sent: 11 April 2012 17:33 To: flex-dev@incubator.apache.org Subject: RE: Memory issue in Flash Player 11.2 >Yup. It's rock steady in 10.2, but leaking like a sift in 11.3. Grew from 500 >meg to 1.3 gig in two hours. Was just playin

RE: Memory issue in Flash Player 11.2

2012-04-11 Thread Michael A. Labriola
>Yup. It's rock steady in 10.2, but leaking like a sift in 11.3. Grew from 500 >meg to 1.3 gig in two hours. Was just playing with this. *if* my limited investigation is correct, it looks like NetConnection calls are once again leaking memory... we helped get this fixed last time. Let me see if

RE: Memory issue in Flash Player 11.2

2012-04-11 Thread Skogen, Espen
n.com | jpmorgan.com -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: 11 April 2012 16:41 To: flex-dev@incubator.apache.org Subject: Re: Memory issue in Flash Player 11.2 Hi, > On a 32 bit OS? And additionally leaking like a sift? You didn't mention th

Re: Memory issue in Flash Player 11.2

2012-04-11 Thread Justin Mclean
Hi, > On a 32 bit OS? And additionally leaking like a sift? You didn't mention the OS you were running on (or SDK version) and as I said it was just a guess - obviously wrong in this case. I've not noticed any major memory leaks on 11.2 over previous versions of the Flash Player, but that's not

RE: Memory issue in Flash Player 11.2

2012-04-11 Thread Skogen, Espen
Mclean [mailto:jus...@classsoftware.com] Sent: 11 April 2012 16:14 To: flex-dev@incubator.apache.org Subject: Re: Memory issue in Flash Player 11.2 Hi, > I've noticed that a Flex app running in Flash player 11.2 has about twice the > memory footprint as 10.3 - Have anybody else n

Re: Memory issue in Flash Player 11.2

2012-04-11 Thread Justin Mclean
Hi, > I've noticed that a Flex app running in Flash player 11.2 has about twice the > memory footprint as 10.3 - Have anybody else noticed this? Trying to verify > if this is definitely a player issue or not. Using the SDK compiled for 10.3 I assume (which would be an older versi

RE: Memory issue in Flash Player 11.2

2012-04-11 Thread Skogen, Espen
morgan.com -Original Message- From: Doug Arthur [mailto:dougart...@gmail.com] Sent: 11 April 2012 16:07 To: flex-dev@incubator.apache.org Subject: Re: Memory issue in Flash Player 11.2 On Wed, Apr 11, 2012 at 8:59 AM, Skogen, Espen wrote: > All, > > I've noticed that a Flex app

Re: Memory issue in Flash Player 11.2

2012-04-11 Thread Doug Arthur
On Wed, Apr 11, 2012 at 8:59 AM, Skogen, Espen wrote: > All, > > I've noticed that a Flex app running in Flash player 11.2 has about twice the > memory footprint as 10.3 - Have anybody else noticed this? Trying to verify > if this is definitely a player issue or not. I w

Memory issue in Flash Player 11.2

2012-04-11 Thread Skogen, Espen
All, I've noticed that a Flex app running in Flash player 11.2 has about twice the memory footprint as 10.3 - Have anybody else noticed this? Trying to verify if this is definitely a player issue or not. Any input would be appreciated. E:) Espen Skogen |

Re: Flash Player 11.2

2012-04-03 Thread Paul Evans
On 3 Apr 2012, at 08:17, Justin Mclean wrote: > This URL now exists: > http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/playerglobal11_2.swc > However this URL: > http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/playerglobal11_0.swc > Is still exactly the same file (ie the

Re: Flash Player 11.2

2012-04-03 Thread Justin Mclean
Hi, > Thanks and much appreciated. I'll keep my eye out to see if the download URL > changes. Some good news. This URL now exists: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/playerglobal11_2.swc However this URL: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/pl

Re: Flash Player 11.2

2012-03-30 Thread Justin Mclean
Hi, > I asked and was told it is the right one. They are considering renaming and > reposting. Thanks and much appreciated. I'll keep my eye out to see if the download URL changes. Justin

Re: Flash Player 11.2

2012-03-29 Thread Alex Harui
I asked and was told it is the right one. They are considering renaming and reposting. -Alex On 3/29/12 5:34 PM, "Justin Mclean" wrote: > Hi, > > Just noticed that flash player 11.2 playerglobal been released here: > http://www.adobe.com/support/flashplayer/downloads.h

Re: Flash Player 11.2

2012-03-29 Thread Justin Mclean
Hi, > Apparently, this guy uploaded a playerglobal for 11.2 back in > November. Is this even possible? There were beta and release candidates of the player global publicly available for 11.2. Here's 2 "official" links: http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11-

Re: Flash Player 11.2

2012-03-29 Thread David Francis Buhler
, Justin Mclean wrote: > Hi, > > Just noticed that flash player 11.2 playerglobal been released here: > http://www.adobe.com/support/flashplayer/downloads.html > > But it points to the 11.0 version of the file: > http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/playerg

Flash Player 11.2

2012-03-29 Thread Justin Mclean
Hi, Just noticed that flash player 11.2 playerglobal been released here: http://www.adobe.com/support/flashplayer/downloads.html But it points to the 11.0 version of the file: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/playerglobal11_0.swc Can anyone confirm that this is

[jira] [Resolved] (FLEX-21) SDK dosn't compile under flash player 11.2 release candidate

2012-02-27 Thread Justin Mclean (Resolved) (JIRA)
SDK dosn't compile under flash player 11.2 release candidate > > > Key: FLEX-21 > URL: https://issues.apache.org/jira/browse/FLEX-21 > Project: Apache Flex >

[jira] [Updated] (FLEX-21) SDK dosn't compile under flash player 11.2 release candidate

2012-02-27 Thread Justin Mclean (Updated) (JIRA)
le under flash player 11.2 release candidate > > > Key: FLEX-21 > URL: https://issues.apache.org/jira/browse/FLEX-21 > Project: Apache Flex > Issue Type: Bug >

[jira] [Created] (FLEX-21) SDK dosn't compile under flash player 11.2 release candidate

2012-02-27 Thread Justin Mclean (Created) (JIRA)
SDK dosn't compile under flash player 11.2 release candidate Key: FLEX-21 URL: https://issues.apache.org/jira/browse/FLEX-21 Project: Apache Flex Issue Type

Flash player 11.2 release candidate issue

2012-02-26 Thread Justin Mclean
Hi, Looks like the Flash Player 11.1 release candidate playerglobal.swc doesn't compile with apache flex SDK. release 5 of the 11.2 flash player worked fine. No idea why at this stage. The new playerglobal swc is here: http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11-

Re: Flash Player 11.2 to be only available on Chrome?

2012-02-22 Thread Michel Boudreau
Ah gotcha, now I see it. Thanks for that clarification :) M On Wed, Feb 22, 2012 at 2:44 PM, Nicholas Kwiatkowski wrote: > I'm not from Adobe, but I can say that according to that doc, on the Linux > platform, Flash Player will only be available using the new PEIPR API, > which at this time is

Re: Flash Player 11.2 to be only available on Chrome?

2012-02-22 Thread Nicholas Kwiatkowski
I'm not from Adobe, but I can say that according to that doc, on the Linux platform, Flash Player will only be available using the new PEIPR API, which at this time is only exposed by Chrome. This will not affect Mac or Windows based Flash Player deployments. -Nick On Wed, Feb 22, 2012 at 2:39 P

Re: Flash Player 11.2 to be only available on Chrome?

2012-02-22 Thread Jonathan Campos
On Wed, Feb 22, 2012 at 1:39 PM, Michel Boudreau wrote: > I'm not sure if I'm reading this correctly. Can someone from Adobe please > comment on it? > Stop FUD fast. Only on Linux. -- Jonathan Campos

Flash Player 11.2 to be only available on Chrome?

2012-02-22 Thread Michel Boudreau
http://blogs.adobe.com/flashplayer/2012/02/adobe-and-google-partnering-for-flash-player-on-linux.html I'm not sure if I'm reading this correctly. Can someone from Adobe please comment on it? Thanks, -- Michel Boudreau "If at first you don't succeed, use a bigger hammer." - Unofficial motto o