Select to view content in your preferred language

FlexPrintJob problem

3239
2
Jump to solution
11-13-2012 05:38 PM
XintaoLiu
Deactivated User
When I run this example: http://livedocs.adobe.com/flex/3/html/help.html?content=printing_1.html in Google Chrome, it prompts with a print preview interface, very nice!

But, when I use IE or Firefox, the preview interface disappears! Instead, it prompts with a printer selection dialog (see below picture). I am confused. How to solve this problem? Thank you!

[ATTACH=CONFIG]19269[/ATTACH]
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
IvanBespalov
Frequent Contributor
1 - Create own print preview - something like this.
2 - Here is the topic with similar problem and solution.
3 - Maybe I'm behind the reality, but recently Firefox could not print flash content. Here is description.

P.S. Opera, Safari ... call default system printing dialog without preview (like IE & FF), so if you want to call print preview window via some javascript - be ready to write script for each browser.

Good luck.

View solution in original post

0 Kudos
2 Replies
IvanBespalov
Frequent Contributor
1 - Create own print preview - something like this.
2 - Here is the topic with similar problem and solution.
3 - Maybe I'm behind the reality, but recently Firefox could not print flash content. Here is description.

P.S. Opera, Safari ... call default system printing dialog without preview (like IE & FF), so if you want to call print preview window via some javascript - be ready to write script for each browser.

Good luck.
0 Kudos
XintaoLiu
Deactivated User
1 - Create own print preview - something like this.
2 - Here is the topic with similar problem and solution.
3 - Maybe I'm behind the reality, but recently Firefox could not print flash content. Here is description.

P.S. Opera, Safari ... call default system printing dialog without preview (like IE & FF), so if you want to call print preview window via some javascript - be ready to write script for each browser.

Good luck.


Thanks a lot! It helps!
0 Kudos