In that case flash wouldnt be able to see it either, in my understanding the
Flash getService("com.flash.foo"); points to the URL "./com/flash/foo.cfc").


To store the components outside of the webroot (which is how we do it too)
you need to write the foo.cfc as a wrapper so that it then in tern calls
something like CreateObject("Component", "site.com.flash") which can be a
mapping setup in CF so that it can be placed outside the root.


As for another way, not that I can initially think of. We used to (a long
while ago) use an app called Visual Test that could record macros that would
follow mouse movements/text typed etc.

HTH

-----Original Message-----
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 6, 2003 18:23
To: CF-Talk
Subject: RE: Screen Scraping

Yes but they would have to guess at the URL of the CFC if it where in the
webroot, but how I have the CFC setup now is that
they sit outside of the webroot in a components directory. So I don't see
this being a problem. Any other ways you can think
of?

Thanks for your reply

Bryan

-----Original Message-----
From: Mike Townend [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:12 PM
To: CF-Talk
Subject: RE: Screen Scraping

Assuming that the Receiving function doesnt use the Flash scope, its just a
webservice so you could call the .cfc?wsdl web service and pass the
appropriate information into it ?

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to