RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Erik Westra
mei 2005 15:11To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from Java listener Have you looked at Flash's XMLSocket class?   http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary860.html   From: flexcoders@yahoogroup

RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Peter Farland
Title: Trigger flex from Java listener Have you looked at Flash's XMLSocket class?   http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary860.html   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De VosSent:

RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Abdul Qabiz
@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from Java listener Abdul,   Thanks for the effort, but I fear it doesn't help me along. It seems that the only way you can call _javascript_ is through applets. But a listener is not applet...   Is there maybe documentation on the flashgateway.j

RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Jeroen De Vos
there might be something interesting in those classes.   Jeroen. Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Abdul QabizVerzonden: woensdag 11 mei 2005 14:29Aan: flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex from Java listener You can search google to

RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Abdul Qabiz
ders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De VosSent: Wednesday, May 11, 2005 5:35 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Trigger flex from Java listener Abdul,   I think the most difficult part here is to call a _javascript_ from the listener... Any idea on

RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Jeroen De Vos
: flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Trigger flex from Java listener Hi,   You can route your messages to Flex application through _javascript_ code   So java listener sends messages to _javascript_ code, _javascript_ code sends the values to Flex/Flash application view

RE: [flexcoders] Trigger flex from Java listener

2005-05-11 Thread Abdul Qabiz
Title: Trigger flex from Java listener Hi,   You can route your messages to Flex application through _javascript_ code   So java listener sends messages to _javascript_ code, _javascript_ code sends the values to Flex/Flash application view available methods   I am sure it's not ver