We can call the javascript function from Flex application to perform any specific activity that can be perfromed by the server. You can call the javascript function with parameters or without any parameter when function call. The parameters for the javascript function was separated by commas. The ExternalInterface class was used to call the javascript function from the flex application. The syntax for calling the javascript function as follows
ExternalInterface.call("Function Name","[parameters]");
No comments:
Post a Comment