Answer Posted / Mahaveer Singh
To call JavaScript from MXML in Adobe Flex, you can use the ExternalInterface API. This allows you to call JavaScript functions and access JavaScript objects from ActionScript code. To do this, you need to enable JavaScript interoperability in your Flex project settings and then use externalCall or externalizeObject methods to call JavaScript functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers