astec
12-30-2005, 02:01 PM
After installing flash remoting I couldn't get the samples to work (as I explained in my post yesterday). I solved the problem I was having by moving the bin folder that was in the flashremoting directory directly into my root web directory :o. However, I'm still having problems getting the samples to work. Instead of displaying an error message, they don't do anything.
I went through Jason Perry's tutorial at macromedia and it worked fine.
I noticed my problem was in the following line:
NetServices.setDefaultGatewayUrl( "http://companyurl/flashremoting/gateway.aspx" );
The url in Jason's example is:
NetServices.setDefaultGatewayUrl( "http://www.jasonmperry.com/services/gateway.aspx" );
When I replaced his url to point to the gateway.aspx file on my server it did nothing. It finds my gateway file, but it doesn't seem to be interacting with my ASP .NET file.
Can anyone please tell me what this means?
Thanks!
I went through Jason Perry's tutorial at macromedia and it worked fine.
I noticed my problem was in the following line:
NetServices.setDefaultGatewayUrl( "http://companyurl/flashremoting/gateway.aspx" );
The url in Jason's example is:
NetServices.setDefaultGatewayUrl( "http://www.jasonmperry.com/services/gateway.aspx" );
When I replaced his url to point to the gateway.aspx file on my server it did nothing. It finds my gateway file, but it doesn't seem to be interacting with my ASP .NET file.
Can anyone please tell me what this means?
Thanks!