PDA

View Full Version : C extensibility


max1x106
08-05-2007, 12:16 AM
When I saw this in the Flash Help I thought I'd be able to link my movies to C++ dlls and make calculators. But having gone through the tutorial it looks like the feature simply lets me use C functions in the Flash development environment. I must have this wrong, but I'm not experienced enough to generalize the example given in "Help".

Ideally, I like a dll on the server and a movie that - given the proper command - passes arguments to a method in the dll then receives output for display.

Can this be done? Any tutorials around?