PDA

View Full Version : referencing an external DLL


marcmendoza
08-10-2007, 05:51 PM
Is it possible to use an external dll in Flex 2? I have an encryption DLL I'd like to use to in my Flex 2 code and was wondering if anyone had experience or code snips on this topic.

Thanks!

dr_zeus
08-10-2007, 06:27 PM
Flash Player has no method to load a DLL file. It's a cross-platform runtime that must work on other operating systems like Mac OSX, Linux, and Solaris. If you need to use DLLs, you'll have to use them on the server-side.