Question
Opening PDF's on Mac causes Adobe Air to crash
If you open a pdf in an adobe air app on a mac using the following pseudo code adobe air crashes
Flex code
<mx:HTML id="htmlContainer" height="450" width="650" />
as code
pdfContainer:HTMLLoader
htmlContainer.addChild(pdfContainer);
