Seems that I can not get the cold fusion MX to speak to my flash file.
Two things to check first:
http://localhost:8500/flashservices/gateway
What does that URL show? You should get a blank page but no error (to confirm Flash Remoting works on your server).
mNews= gatewayConnnection.getService("ver4_fla.mNews", this);
You also need to test this URL:
http://localhost:8500/ver4_fla/mNews.cfc
That will prompt you to login (RDS or CF Admin password) and then display the CFC's documentation.
http://localhost:8500/ver4_fla/mNews.cfc?WSDL
If your CFC exists and has remote methods, that should display a web service definition (XML).
Sean A Corfield -- http://www.corfield.org/blog/
"I'm trying to ban e-mail attachments.� I just want an ASCII e-mail. If you want to show me something, put it in a Web page, publish it, give me the URL, and I'll look at it.� That's the new model." -- Scott McNealy, CEO of Sun Microsystems, in May 1997 Upside magazine.
---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
