PDA

View Full Version : New to remoting "How to" Question


max1x106
07-21-2007, 04:21 PM
You see a variety of specialized calculators online some of which may be Flash applications:

(http://psych.fullerton.edu/mbirnbaum/bayes/BayesCalc.htm).

I want to make a calculator and I want the calculation functions to reside on the server in a C dll. Ideally, my swf will take numerical input and target method from the user and pass those arguments to the appropriate server-resident dll's method. Then the server will return a result to the swf on the client for display.

I am very green in this remoting area and I need a stepwise tutorial for dunderheads like myself. Can anyone point me in the proper direction?

J_Miller
07-30-2007, 03:48 AM
Please check out the following post. I just put together a simple tutorial there for getting Flash remoting working with a DLL (VB.NET in this case) on the server side. Check it out, then feel free to reply or PM with any questions.

http://www.actionscript.org/forums/showthread.php3?t=138685

Hope that helps!

-Jason