Groups | Blog | Home
all groups > coldfusion flash integration > april 2006 >

coldfusion flash integration : NetConnection Debugger


janusz_buda
4/28/2006 12:11:33 PM
I hope someone can help me......

I have spent ALL morning trying to get up and running with Flash remoting on
CFMX7 and Flash Professional 8 on Mac OS X. I have downloaded the remoting
components for Flash 8 from the Macromedia website, so i have all the
libraries and classes installed.

After finally finding information on activating the flashservices gateway on
the server, i thought i was up and running until i realised that my
NetConnection Debugger was not displaying ANY output in the window. Now i know
that the connection is working and that i am communicating properly with my
component, as any errors get logged in the flash.log on the server which can be
viewed from the CF Admin. This is a complete waste of time if im having to
swicth the admin each time im not getting what im expecting.

I installed Flash 8 from scratch and did not have MX 2004 previously on my
system.

This is my import of the classes that i have in my actionscript.

//===================

import mx.remoting.NetServices;
import mx.remoting.debug.NetDebug;

NetDebug.initialize();

//====================

Any help would be grealy appreciated.

Janusz
Diemos
5/12/2006 12:52:44 PM
use this instead:

var debug = mx.remoting.debug.NetDebug.initialize();

AddThis Social Bookmark Button