[flexcoders] Re: Interacting from outside local sandbox to java server

2009-02-18 Thread Jeremi Bergman
Here is the modified Java method: private void startServer(int port) { System.out.println( Starting PDFPrintServer); String policy_file = ?xml version=\1.0\?; policy_file += !DOCTYPE cross-domain-policy SYSTEM

[flexcoders] Interacting from outside local sandbox to java server

2009-02-17 Thread Jeremi Bergman
I have a java server that I modified based off of the SimpleServer java class. Everything works perfectly when I run from flex builder. As soon as I deploy it, it will not connect. I know this has to do with the crossdomain.xml file, but I cannot get the java class to send back what it needs

[flexcoders] Re: Silent Print from Flex on Kiosk

2009-02-06 Thread Jeremi Bergman
...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeremi Bergman Sent: 30 January 2009 20:51 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Silent Print from Flex on Kiosk Thanks for the info. It would

[flexcoders] Re: Silent Print from Flex on Kiosk

2009-01-30 Thread Jeremi Bergman
FlexPrintJob. On Thu, Jan 29, 2009 at 8:41 AM, Jeremi Bergman jere...@... mailto:jere...@... wrote: 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(ââ

[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.