3/3/2010 12:02:02 AM
Title:
Flerry
I wanted to know that how can we pass an object of an class with parameters from Flex side to java using Flerry
through flerry we can can directly use JAVA API using NativeProcess of AIR 2
The following is the link which give detail about flerry:
http://www.riaspace.net/2010/02/java-as3-serialization-with-amf/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+riaspace+(Space+of+Flex/AIR+technologies)
http://www.riaspace.net/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/
Waiting for ur reply
Thanks and Regards
Sangita
3/3/2010 1:11:24 AM
Do you mean to say that ,you want to pass your class reference to java and access it from there. While communicating different languages its not possible to use class objects directly. As far as I know you can pass parameters calling java functions and back calling as3 functions.
3/3/2010 4:53:16 AM
Using Flerry Flex java bridge direct communication using java and flex you can pass variables between methods. I tried passing object but it does not work.