all groups > macromedia flash flash remoting > october 2003 >
You're in the

macromedia flash flash remoting

group:

Remoting not working with Localhost...


Re: Remoting not working with Localhost... Jaye Morris
10/29/2003 7:44:08 AM
macromedia flash flash remoting:
what does the "pointer" look like in your FLA? Are you using the DOT syntax
or are you justing slashes? Are you talking to a CFC?

-//- Jaye Morris | www.jayezero.com

[quoted text, click to view]
like this "C:\Inetpub\wwwroot\csa_int\login.html" it is working going to
database and validating the user. but if i run from localhost i.e
"http://localhost/csa_int/login.html" its not working.
[quoted text, click to view]

Remoting not working with Localhost... gongati2k
10/29/2003 12:09:51 PM
Hi,

My application is just checking for user validity, If I give a local path like this "C:\Inetpub\wwwroot\csa_int\login.html" it is working going to database and validating the user. but if i run from localhost i.e "http://localhost/csa_int/login.html" its not working.

can anybody help me please...

this is urgent..your help is highly appriciated.

Thanks.
vishnu.


Re: Remoting not working with Localhost... gongati2k
10/29/2003 1:33:52 PM
Hi Morris,

Thanks for your reply.

I am using .NET with MS-Access database and this aspx and database files are on other system the system IP is this 192.168.1.99 but the flash files are on my system


If I give a local path like this "C:\Inetpub\wwwroot\csa_int\login.html" it is working

But if I run from localhost i.e "http://localhost/csa_int/login.html" its not working.


this is the code i have written in my fla file

if (inited == null)
{
inited = true;

NetServices.setDefaultGatewayUrl("http://192.168.1.99/LCS/LCSForm.aspx");

gateway_conn = NetServices.createGatewayConnection();

myService = gateway_conn.getService("LCS.LoginLCS",this);

}

and I am sending the values on pressing a button.

Thanks,
vishnu.





AddThis Social Bookmark Button