> googleService = gateway_conn.getService("library.CFC.googleService",
> this);
Ie for you it's:
googleService =
gateway_conn.getService("flashservices.gateway.googleService", this);
This all comes from the Java engine trying to find the class file (that is
created when a CF template is called). The Java engine replaces a "/" in a
URL with a "." and so references the correct class file when it is called.
Also, Flash is not server side, so it has no knowledge of the server's file
system. It's effectively just another call that the server has to handle.
HTH
Paul
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]