Anyone tried AMF.Net??? Newbie here!

Last post 04-16-2009 10:05 AM by blackts. 2 replies.

Sort Posts:

  • Anyone tried AMF.Net??? Newbie here!

    11-14-2007, 12:12 AM
    • Member
      139 point Member
    • bmongtangco
    • Member since 03-07-2005, 11:38 PM
    • Posts 52

    im stuck! can anyone help me with this one? I can't connect to the AMF.Net service....

     

    testthis.cs

     

    namespace testthis.now
    {
        public class testing
        {
            public string test(int i)
            {
                return i.ToString();
            }
        }
    }
     

     

    actionscript 2.0 using Flash 8

     
        import mx.remoting.NetServices;
        import mx.remoting.PendingCall;
        import mx.rpc.*;
        import mx.remoting.debug.NetDebug;
       
        var service:Service =
          new Service(
              'http://localhost/gateway.aspx',
              null,
              'testthis.now', 'App_Code');
    
     
     

     

     my web.config:

    <add verb="*" path="gateway.aspx" type="Fuel.AmfNet.GatewayHandler, Fuel.AmfNet"/>

     

     

    Bin folder contains:

    Fuel.AmfNet.dll

    and already added as reference.

     

     

    Ive also installed the Flash Remoting Components for Flash 8
     


     

    Web Applications Developer
    PCPilipinas.com
    theRedMachine.net
  • Re: Anyone tried AMF.Net??? Newbie here!

    03-07-2009, 6:54 AM

     check out in my blog if you want a sample: http://lakhlaniprashant.blogspot.com

  • Re: Anyone tried AMF.Net??? Newbie here!

    04-16-2009, 10:05 AM
    • Member
      2 point Member
    • blackts
    • Member since 04-16-2009, 9:34 AM
    • Posts 3

    Hello

    I want to use amf.net

    I have downloaded simplewww file and worked it. But I received a message

    saying that it cannot find gateway.aspx file.

    I think it does not use dll files in bin file.

    Can you please help me?

     

Page 1 of 1 (3 items)