I am adding a very simple component.  It crashes IE, but it prints fine in 
Firefox.  Here is the component:

<?xml version="1.0" encoding="utf-8"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml";>
  <mx:Label text="Patrick is testing here"/>
</mx:VBox>


HERE IS THE PRINT CODE:

        printJob.start();
        for each(var page:Page in pages)
        {
          printJob.addObject(page);
        }
        printJob.send();


Reply via email to