Fatal crash upgrading to 3.2
We have a desktop application that is crashing when customers upgraded to AIR 3.2
Any pages in the app that use the core library cause the application to close down (process still runs).
To be sure it was the core library I created a basic html page:
<html>
<head>
<script src="lib/aircore.swf" type="application/x-shockwave-flash"></script>
</head>
<body>
</body>
</html>
This page crashes, when i remove aircore.swf the application is fine.
Downgrading down to 3.1 fixes the problem for all our customers but this isn't good enough.