views:

17

answers:

0

I am having an issue with printing with the PrintJob class in Flex 4.

Basically it should print 3 pages, each with a colored square. It works for me in Chrome and Firefox, but if I test it in IE I get the following error:

Error: Error #2057: The page could not be added to the print job. at Error$/throwError() at flash.printing::PrintJob/addPage() at PrintTest/addPage()[D:_WorkCurrent\Cablevision\UCDT\BUILD\Flex4\working\src\PrintTest.mxml:46] at Function/http://adobe.com/AS3/2006/builtin::apply() at SetIntervalTimer/onTimer() at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick()

Here is the application online: http://www.timkindberg.com/files/PrintTest.html

I have reduced my application down to a single Application mxml file, so please test it on your own machine if possible. Download Application .mxml file: [http://www.timkindberg.com/files/PrintTest.mxml] (You'll have to copy and paste the address into your browser to download it)

Unfortunately I can't go into the PrintJob class to see what may be causing the issue, but isn't Flash supposed to be cross browser compatible? WTF?

Please if anyone knows the solution, let me know. Thanks!