[Flashcoders] AS3 faster ??

2006-07-06 Thread Patrick Matte
Hi people, they say that AS3 is 10 times faster than AS2 but what does that really means ? Does that mean that my movies will play faster even if I have a few dozens movieclips with graphics flying all over the screen? Or does it just mean that my .swf will be compiling 10 times faster? _

Re: [Flashcoders] AS3 faster ??

2006-07-06 Thread ben farrell
At my local Adobe user group, we had a Flex 2 demo which of course utilizes the Flash 9 Player and AS3. The presenter had some code that draws fractals on screen. Using Flash 8 AS2, the fractal took around 45 seconds to render. Then he ran the same thing in Flash 9 AS3, and it rendered insta

RE: [Flashcoders] AS3 faster ??

2006-07-06 Thread neo binedell
~neo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte Sent: 06 July 2006 05:47 PM To: Flashcoders mailing list Subject: [Flashcoders] AS3 faster ?? Hi people, they say that AS3 is 10 times faster than AS2 but what does that really means

Re: [Flashcoders] AS3 faster ??

2006-07-06 Thread Michael Stuhr
neo binedell schrieb: I posted about the 3D engine I wrote and the speed increase I got when I converted it to AS3 a few days ago so you can check that out as an example of just how much faster it is ;p check out where? micha ___ Flashcoders@chatt

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread jcarlos
but the faster part should be F9 Player itself, insn´t it ? - Original Message - From: "ben farrell" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, July 06, 2006 1:47 PM Subject: Re: [Flashcoders] AS3 faster ?? At my local Adobe user g

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
ling list" Sent: Thursday, July 06, 2006 1:47 PM Subject: Re: [Flashcoders] AS3 faster ?? > At my local Adobe user group, we had a Flex 2 demo which of course > utilizes the Flash 9 Player and AS3. The presenter had some code that > draws fractals on screen. Using Flash 8 AS2,

RE: [Flashcoders] AS3 faster ??

2006-07-07 Thread Blumenthal, Peter
> but the faster part should be F9 Player itself, insn´t it ? F9 player includes VM1 and VM2. VM2 is the one with the performance improvements. To use VM2, the SWF must be published for Flash Player 9 (presumably AS3?). Peter This email may contain confidential material. If you were not an i

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
yes for as3 as well. no as2 in vm2. On 7/7/06, Blumenthal, Peter <[EMAIL PROTECTED]> wrote: > but the faster part should be F9 Player itself, insn´t it ? F9 player includes VM1 and VM2. VM2 is the one with the performance improvements. To use VM2, the SWF must be published for Flash Player 9

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Meinte van't Kruis
wonder what happens if you load a SWF published with as2.0 into a SWF publishes in as3.0, does it have to switch VMs? On 7/7/06, Johannes Nel <[EMAIL PROTECTED]> wrote: yes for as3 as well. no as2 in vm2. On 7/7/06, Blumenthal, Peter <[EMAIL PROTECTED]> wrote: > > > > but the faster part shoul

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
the code does not execute if the parent movie is aimed at avm2. On 7/7/06, Meinte van't Kruis <[EMAIL PROTECTED]> wrote: wonder what happens if you load a SWF published with as2.0 into a SWF publishes in as3.0, does it have to switch VMs? On 7/7/06, Johannes Nel <[EMAIL PROTECTED]> wrote: > >

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Derek Vadneau
Message - From: "Johannes Nel" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, July 07, 2006 8:45 AM Subject: SPAM-LOW: Re: [Flashcoders] AS3 faster ?? the code does not execute if the parent movie is aimed at avm2. On 7/7/06, Meinte van't Kr

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread ryanm
there are two VM's in the new player. the new VM is real snell. snell (schnell) == fast For the English-only crowd. ;-) ryanm ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Andreas Rønning
ago so you can check that out as an example of just how much faster it is ;p ~neo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte Sent: 06 July 2006 05:47 PM To: Flashcoders mailing list Subject: [Flashcoders] AS3 faster ?? Hi people, they sa

RE: [Flashcoders] AS3 faster ??

2006-07-10 Thread Nick Weekes
: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions before the player choked, and playback was slow as well (i animated the growth with perlin noise for a wind effect). Porting to AS3 let me quadruple the

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Mike Cobb
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 10 July 2006 14:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions b

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Andreas Rønning
mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions before the player choked, and playback was slow as well (i animated the growth with perlin noise for a wind effect). Porting to

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Tom Jackson
Id be interested to see > them (Im not planning on migrating to AS3 just yet). > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andreas > Rønning > Sent: 10 July 2006 14:59 > To: Flashcoders mailing list > Subject: Re: [Fl

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Cédric Néhémie
wrote: >> Andreas, you got any links to your benchmarking? Id be interested to >> see >> them (Im not planning on migrating to AS3 just yet). >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Andreas >> Rønnin

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Tyler Wright
ngine I wrote and the speed increase I got when > >>I converted it to AS3 a few days ago so you can check that out as an > >>example of just how much faster it is ;p > >> > >>~neo > >> > >>-Original Message- > >>From: [EMAIL

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Robert Gordon
ders mailing list > Date: Mon, 10 Jul 2006 17:14:14 +0200 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] AS3 faster ?? > > Hi, > > Here some benchs I've made during the Beta 2, comparison between AS2's > and AS3's basics o

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Charles Parcell
---Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Andreas >> Rønning >> Sent: 10 July 2006 14:59 >> To: Flashcoders mailing list >> Subject: Re: [Flashcoders] AS3 faster ?? >> >> I did an l-system implementatio

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Charles Parcell
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andreas > Rønning > Sent: 10 July 2006 14:59 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] AS3 faster ?? > > I did an l-system implementation in AS2 recently. In FP8 i could only do > simple s

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Charles Parcell
---Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Andreas >> Rønning >> Sent: 10 July 2006 14:59 >> To: Flashcoders mailing list >> Subject: Re: [Flashcoders] AS3 faster ?? >> >> I did an l-system implementatio

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Cédric Néhémie
it. >> > >> > http://andreas.rayon.no/AS3.swf >> > >> > I rest my case :) >> > >> > - Andreas >> > >> > >> > Nick Weekes wrote: >> >> Andreas, you got any links to your benchmarking? Id be interested to >&g