Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 16, 2009 02:05 PM by blackts
Member
139 Points
52 Posts
Nov 14, 2007 04:12 AM|LINK
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
332 Points
118 Posts
Mar 07, 2009 10:54 AM|LINK
check out in my blog if you want a sample: http://lakhlaniprashant.blogspot.com
2 Points
4 Posts
Apr 16, 2009 02:05 PM|LINK
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?
bmongtangco
Member
139 Points
52 Posts
Anyone tried AMF.Net??? Newbie here!
Nov 14, 2007 04:12 AM|LINK
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
PCPilipinas.com
theRedMachine.net
prashantlakh...
Member
332 Points
118 Posts
Re: Anyone tried AMF.Net??? Newbie here!
Mar 07, 2009 10:54 AM|LINK
check out in my blog if you want a sample: http://lakhlaniprashant.blogspot.com
blackts
Member
2 Points
4 Posts
Re: Anyone tried AMF.Net??? Newbie here!
Apr 16, 2009 02:05 PM|LINK
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?