[flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread garfild190
hi, each swf is loaded as follows: document.getElementById(divId).innerHTML = AC_Generateobj(objAttrs, params, embedAttrs); Please advise Thanks Jo --- In flexcoders@yahoogroups.com, garfild190 yossi.ba...@... wrote: Hi, I have an application that enable the user to load Flex reports on a

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Paul Andrews
20 reports - sounds like a lot. Just how big are these swf that are being loaded and I wonder about the processor usage and network overhead. What are these Flex reports? What exactly is the runtime error? Can you reproduce it yourself? What is the spec of the machine where this happens? Does it

[flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread garfild190
Hi Paul, each swf file is around 500k. This reports are charts. Usualy a user loads 2 or 3 reports (each report is a swf file) comunicating by ajax between them. some users want to load many more reports. some times while scrolling down some of the reports are black, in other cases I get a runtime

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Paul Andrews
garfild190 wrote: Hi Paul, each swf file is around 500k. This reports are charts. Usualy a user loads 2 or 3 reports (each report is a swf file) comunicating by ajax between them. some users want to load many more reports. some times while scrolling down some of the reports are black, in

[flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread garfild190
Hi Paul, Sorry if I didnt say, Yes it happens on my machine all the time. I created a simple example in my project that loads as many instances of the report as i want. Reaching 15 reports, the memory reaches 600MB and scrolling is fine. Reaching 20 reports, the second report looks all black and

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Paul Andrews
garfild190 wrote: Hi Paul, Sorry if I didnt say, Yes it happens on my machine all the time. I created a simple example in my project that loads as many instances of the report as i want. Reaching 15 reports, the memory reaches 600MB and scrolling is fine. Reaching 20 reports, the second

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Tom Chiverton
On Tuesday 12 Jan 2010, garfild190 wrote: and after a while I get an add-on message about FlDbg10c.ocx , I think the problem is related to the flash playes 10 that is crushed. Why? Because it uses all the memory ? What does the process monitor graph say ? If I change my IE 7 to IE 8 should

[flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread garfild190
Hi Paul, I hope it might not be the only solution to load all swf instances into a single swf, many changes on my behalf, But I'll do some more checking, Thanks man for your help --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: garfild190 wrote: Hi Paul, Sorry if I didnt