Has anyone got Apache Virtual Hosting working with Flash Remoting? I can't seem to connect to the host "http://nexusv2/"; which is a virtual host in apache:

<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot C:\nexus
    ServerName nexusv2
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>


AS Script:


_global.factoryPath = "nexus";
_global.gatewayPath = "http://nexusv2/flashservices/gateway";;
_global.gatewayConnection = NetServices.createGatewayConnection(_global.gatewayPath);


gatewayPackage = gatewayConnection.getService(_global.factoryPath + '.factory', new Result());
gatewayPackage.call('a');



--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to