We had the same problem. Each Flex widget with size around 400K had 10Mb Flash Player memory footprint. So if we loaded many widgets the browser will crash when the Flash Player reached around 300Mb in memory. We have not found a workaround except limiting to 10 widgets per page.
--- In [email protected], "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > I would be surprised if loading 20+ SWFs with nothing in them didn't > crash the browser. Can you not just replace the HTML table with a > single SWF with a DataGrid? > > Ben > > > --- In [email protected], "vijay95052" <vijay95052@> wrote: > > > > I have a need to show a chart in an html table (one chart in a cell in > > every row of the table - it has over 40 rows) > > > > I am loading mychart.swf into the html <td> and it all works fine. > > The problem is that when the number of charts are > 20 the browser > > crashes (both IE and FF) - out of memory. > > > > Since it is the same swf (same flash object) - i am only passing > > different parameters to each instance - i am wondering if there is any > > way to make the browser reuse the same flash object - instead of > > getting it from the server everytime - > > > > any other thoughts on how i can make this less resource intensive (my > > swf is around 300k) > > > > I read something about using RSLs, but i am hoping there is an easier > > way to achieve this - i am trying to see if i can make the browser not > > fetch the swf again and again... > > > > thanks > > Vijay > > >

