ActionScript in Flex-3 cannot directly call JavaScript functions. Communication requires the ExternalInterface API to bridge between ActionScript and JavaScript. Direct function calls across these languages are not supported due to security and runtime environment separation.