[Flashcoders] improving ScrollPane performance

2006-07-10 Thread André Goliath
Hi List, I´m using Flash 8´s ScrollPane to dynamicly load up to 400 MCs in it. Each of the loaded MCs gets instanciated from the library and then filled with some data via AS. The loaded MC contains some HTML textfields and another movieclip which loads a JPEG using loadMovie directly off-disk

Re: [Flashcoders] improving ScrollPane performance

2006-07-10 Thread eric dolecki
.cacheAsBitmap = true on a main clip holding all your 400mcs. It will eat RAM but increase scrolling performance, etc. At least it should. On 7/10/06, André Goliath [EMAIL PROTECTED] wrote: Hi List, I´m using Flash 8´s ScrollPane to dynamicly load up to 400 MCs in it. Each of the loaded MCs

Re: [Flashcoders] improving ScrollPane performance

2006-07-10 Thread janosch
, July 10, 2006 10:59 AM To: 'Flashcoders mailing list' Subject: [Flashcoders] improving ScrollPane performance Hi List, I´m using Flash 8´s ScrollPane to dynamicly load up to 400 MCs in it. Each of the loaded MCs gets instanciated from the library and then filled with some data via AS. The loaded MC

RE: [Flashcoders] improving ScrollPane performance

2006-07-10 Thread André Goliath
To: Flashcoders mailing list Subject: Re: [Flashcoders] improving ScrollPane performance Before you start implementing pages, try out to load all the content into a simple masked MovieClip and check the performance. Janosch André Goliath schrieb: Andy and Eric, thanks for your responses

RE: [Flashcoders] improving ScrollPane performance

2006-07-10 Thread Steven Sacks | BLITZ
: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of janosch Sent: Monday, July 10, 2006 9:41 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] improving ScrollPane performance for a fast test, you can start an onEnterFrame when the some key (like control