PDA

View Full Version : Cannot see any results when trying to view in a html window


J_Buda
04-13-2005, 11:26 AM
Hello

I have started to use flash remoting, and was getting on with it fine.
My cfc's were giving correct results and displaying as i wanted them.

However, that was when i was testing the movie within Flash MX 2004. When i try to embed the .swf into a html document, i cannot see any results being returned.

My .cfc is sitting in the cfx_webroot/buda/getID.cfc, and the flash movie is placed on the same server but at a different location and is not in the cfx_webroot. Im trying to connect to the cfc from within flash with this path

var myService = gateway_conn.getService("buda.idGet", this);

Any help on getting it to work would be greatly appreciated!

Thanks