13222. Cannot decode clip events generated by Flash CS3.
Files that have been generated using Flash CS3 cannot be decode if the file contains movie clip event handlers. The file will fail to decode either running out of memory or throwing an overflow error.
Root Cause
The problem is caused by a field that contains an offset to either the next clip event. The offset is one byte larger than is required and so the offset jumps into the middle of the event codes for the next clip event. The result is that often the length for the following array of actions is enormously large (hundreds of MB) and the decoding process fails.
Workaround?
There is no workaround.
When will it be fixed?
This was fixed in Transform 2.2.1 released on 01-Mar-2008.