[Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Alain Rousseau
Hi All, we're at a point in a project where we need good communication between Flash and Java. ATM we are using SWT Flash and it's FSCommand handling. I would like to go a bit further to be able to send complex objects via ExternalInterface. I know there is Javaflash (HYPERLINK

Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread T. Michael Keesey
On 5/3/07, Alain Rousseau [EMAIL PROTECTED] wrote: Hi All, we're at a point in a project where we need good communication between Flash and Java. ATM we are using SWT Flash and it's FSCommand handling. I would like to go a bit further to be able to send complex objects via ExternalInterface. I

Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Robert Brisita
I'm not sure if this will help you but on my current project I have a Oracle / Java back end and I created some servlets to process and return XML to the Flash client for processing. Although for this project I am using AS3, what I use is equivalent to LoadVars. Servlets execute within the

Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Chris Mitchell
Java 6 has a new Scripting engine /Script manager so you could use External interface and write some sort of javascript gateway to bridge Flash and Java -- maybe. Just a thought... http://java.sun.com/javase/6/docs/api/javax/script/package-summary.html T. Michael Keesey [EMAIL

RE: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread David Ngo
data type/name) to send data back and forth. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alain Rousseau Sent: Thursday, May 03, 2007 4:52 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flash / Java Communication with ExternalInterface

Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Alain Rousseau
Currently we're using Flash 8, but switching to Flex is also an option. The thing is that we are building a Java Desktop Application, forgot to mention that, it's not a web application. FYI, ExternalInterface can be used with any other platform if the proper hooks are in place. It can be

Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Muzak
PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, May 03, 2007 10:51 PM Subject: [Flashcoders] Flash / Java Communication with ExternalInterface Hi All, we're at a point in a project where we need good communication between Flash and Java. ATM we are using SWT Flash and it's FSCommand

Re: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread Alain Rousseau
into JSON. http://www.json.org/ regards, Muzak - Original Message - From: Alain Rousseau [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, May 04, 2007 12:40 AM Subject: Re: [Flashcoders] Flash / Java Communication with ExternalInterface Currently we're using

RE: [Flashcoders] Flash / Java Communication with ExternalInterface

2007-05-03 Thread David Ngo
with ExternalInterface In that case, look into JSON. http://www.json.org/ regards, Muzak - Original Message - From: Alain Rousseau [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, May 04, 2007 12:40 AM Subject: Re: [Flashcoders] Flash / Java Communication