Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player 9

2006-09-05 Thread Johannes Nel
no, we don't have this problem and afaik player 9 is basically two players 8 and 9 with their respective vm's. or do you mean loading player 7/8 content into a 9 movie? On 9/5/06, Aaron Haines [EMAIL PROTECTED] wrote: Hi Does anyone have any solid information about the performance of SWFs

RE: [Flashcoders] Slow performance of Flash 7 content in Flash Player9

2006-09-05 Thread Aaron Haines
PROTECTED] On Behalf Of Johannes Nel Sent: 05 September 2006 17:06 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player9 no, we don't have this problem and afaik player 9 is basically two players 8 and 9 with their respective vm's. or do you mean

Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player9

2006-09-05 Thread Scott Hyndman
it in FP8? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: 05 September 2006 17:06 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player9 no, we don't have this problem and afaik player

Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player9

2006-09-05 Thread Peter Hall
in FP9 it should actually be the same as playing it in FP8? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: 05 September 2006 17:06 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance of Flash 7 content in Flash

Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player9

2006-09-05 Thread Johannes Nel
Nel Sent: 05 September 2006 17:06 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player9 no, we don't have this problem and afaik player 9 is basically two players 8 and 9 with their respective vm's. or do you mean loading player 7/8

Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player 9

2006-09-05 Thread John Dowdell
Aaron Haines wrote: Does anyone have any solid information about the performance of SWFs published as Flash 7 when playing in Flash Player 9? Peter Hall did. There seems to be some anecdotal evidence that it runs very slowly and we are seeing some eveidence of this. How can others see this

Re: [Flashcoders] Slow performance of Flash 7 content in Flash Player 9

2006-09-05 Thread Peter Hall
Does anyone have any solid information about the performance of SWFs published as Flash 7 when playing in Flash Player 9? Peter Hall did. My comments were informed speculation :-) A Flash Player engineer would be able to answer this more concretely. Peter

Re: [Flashcoders] Slow performance

2006-09-04 Thread Dan Rogers
If you're looking to improve performance and keep the speed of your animation, you could experiment with BitmapData.draw() and render a bitmap copy of a hidden text movieclip. I think the bottleneck is mostly due to the heavy font vectors. If your font movieclip was hidden and/or moved

RE: [Flashcoders] Slow performance

2006-09-04 Thread kariminal
: [Flashcoders] Slow performance If you're looking to improve performance and keep the speed of your animation, you could experiment with BitmapData.draw() and render a bitmap copy of a hidden text movieclip. I think the bottleneck is mostly due to the heavy font vectors. If your font movieclip

RE: [Flashcoders] Slow performance

2006-09-04 Thread kariminal
/transfer/2/ - Using BitmapData http://www.kurst.co.uk/transfer/1/ - and not -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: 04 September 2006 19:55 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance If you're

Re: [Flashcoders] Slow performance

2006-09-04 Thread Scott Hyndman
/transfer/1/ - and not -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: 04 September 2006 19:55 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance If you're looking to improve performance and keep the speed

Re: [Flashcoders] Slow performance

2006-09-04 Thread Dan Rogers
] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: 04 September 2006 19:55 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance If you're looking to improve performance and keep the speed of your animation, you could experiment with BitmapData.draw() and render a bitmap

Re: [Flashcoders] Slow performance

2006-09-03 Thread Hans Wichman
Hi, setInterval each 10ms might be a bit overkill. grtz JC On 9/3/06, kariminal [EMAIL PROTECTED] wrote: Hello All... My flash movie fills the whole browser window. If the window is kept small performance is great, however when I maximize the browser everything slows down. This is a simple

Re: [Flashcoders] Slow performance

2006-09-03 Thread Marc Hoffman
I'm seeing a window full of text (Firefox, Win XP Pro) -- is this what you intended? If so, that's a HUGE number of vectors to redraw so rapidly. Furthermore, by using a serif font you're probably doubling or tripling the number of vectors, so try the simplest, non-serif, mono-stroke