RE: [flexcoders] Silent Print from Flex on Kiosk

2009-01-30 Thread Gregor Kiddie
Of Nate Beck Sent: 29 January 2009 17:18 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Silent Print from Flex on Kiosk Just a theory... but you might be able to use ExternalInterface to call the same methods within user.js, and pass the content. Since you're already got it working

[flexcoders] Silent Print from Flex on Kiosk

2009-01-29 Thread Jeremi Bergman
I have a flex app that I need to print an image. I have Firefox Setup running the app. in user.js for FF i have: user_pref(”print.always_print_silent”,true); user_pref(”print.show_print_progress”,false); This works perfectly when using firefox's print functionality on any standard site.

Re: [flexcoders] Silent Print from Flex on Kiosk

2009-01-29 Thread Nate Beck
Just a theory... but you might be able to use ExternalInterface to call the same methods within user.js, and pass the content. Since you're already got it working within Javascript. I wish I knew more about FlexPrintJob. On Thu, Jan 29, 2009 at 8:41 AM, Jeremi Bergman jere...@gmail.com wrote: