Is there anyway to make action script communicate with dlls? I will elaborate on the scenario. I have a flash application running inside XUL framework and the flash application communicates with javascript using ExternalInterface methods. Now javascript uses XPCOM to communicate with the dlls, instead of this can we have a method to make the communication direct between the flash plug in and the dlls.