How will u call java method from flex?
Answer / Amit Gupta
"To call a Java method from Flex, you'll need to create an SWC (SWF Component Library) or use RemoteObject for Remoting. For SWC, create a Java class with public methods and compile it into an SWC file. Then, add the SWC to your Flex project. For RemoteObject, you configure the service-config.xml file to communicate between Flex and the Java backend."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script
Mytree appears just fine but why ca not I access the node attributes?
What is flex?
What is stoppropagation() and stopimmediatepropagation()?
How many levels does flash mx support? : adobe flex action script
What is the use of arraycollection filter function?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
How do we use css styles in flex?
How do we identify a component created in a repeater using flex?
What is mvc and how do you relate it to flex apps?
What is default frame rate of the timeline in frame per second?
How do we call javascript from flex actionscript?