Details
-
Bug
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
Testing on windows... IE, FireFox, Chrome
Description
OK... This is the first time I have ever submitted anything... Been speaking with Justin Mclean and he said to post it here.
Issue:
PrintJob in Chrome's FlashPlayer is not working... printJob.addPage() method happens on page 1 but I can't call it to add page 2, page 3, etc. of an externally loaded .swf file
Detailed description:
I have an application that consumes external .swf files that have been generated via the SWFTools library (converting from PDF)
The application has a print feature that loads the .swf file in and using PrintJob we cycle through each frame of the .swf and using printJob.addPage() we add it to the printJob that is started...
This works for IE, but noticed as of recently, it has stopped working in Chrome... The first page of the loaded file works fine, but fails adding the 2nd page (while it works fine using IE's FlashPlayer).
TEST URL:
http://torontodev.bluerush.ca/derek/flexPrintTest/index.html
( buttons on the right load and trigger the external files )
SOURCE URL:
http://torontodev.bluerush.ca/derek/flexPrintTest/source.zip
I will keep these files here for a while, otherwise I can attach the files somewhere if needed
Derek
derekrosien@gmail.com