We are using AS3 in Flash and trying to get flash remoting working via
IIS6 to access a ColdFusion 7 component.

The remoting call is failing and producing an error message:

File not found: C:\sites\orion\remote\quizEngineProxy.cfm

C:\sites\orion is the web root.

The actual file we are calling has the same name, but is a CFC and not a CFM,
i.e.: C:\sites\orion\remote\quizEngineProxy.cfc

Within the AS3 code we don't specify a file extension for the
component; the call is similar to:

quizService.call("remote.QuizEngineProxy.recordQuizAnswer", responder);

Any thoughts on why it is looking for a cfm rather than a cfc?

Thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320429
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to