Hi All,

We are working on j2ee project, In our new requirement we have to call
action script function from java script. We have added our mxml code
in the jsp , and action script function in as file. We are calling
addpersondetail java script function through we have to call
adddetails action script function.

After doing enough googling, we came to know that following code is
used to call action script function from java script.


window['appname'].addPerson(name, age, sex);


where appname is the name of the mxml file.

I really do not know, what name to be specified in window[] parameter
as the mxml code is written in jsp.

Could you please let us know how it gets called ?

Thanks,
Chandan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to