I have a project that has a memory leak, and I’m having difficulty finding it. I’ve narrowed it down to a small code block, which includes changing the values of two dynamic textfields, one of which is html, and loading a jpeg into a container clip. All these objects are contained in a single movie clip, and the values loaded into them are stored in arrays.
Has anyone experienced memory leaks caused by html enabled textfields? It seems at this point as if the html textfield may be the cluprit. Is there a list of known memory leak causes online?