|
Are you using <mx:Model source="..."/>? That's the easiest way to run into this problem. In Updater 1 we addressed this somewhat by allowing you to have as many objects as you want as long as no one object and its children beat the limit. So this means you could have many Models, but no one Model could be too big. In the next release I've gotten this better so that there shouldn't be size limitations on your Models at all.
If you're defining Objects in XML:
<MyObject> <someProp> <SomePropType> etc
Just try not to make the nested structure too big. With Updater 1 with the exception of using a big Model source I think the 32K limit should be difficult to hit.
Matt
-----Original Message-----
I seem to be bumping up against this limit on a
regular basis these |
- RE: [flexcoders] Handling the 32k limit problem Matt Chotin
- RE: [flexcoders] Handling the 32k limit problem Tracy Spratt
- RE: [flexcoders] Handling the 32k limit problem Matt Chotin

