Dear who ever can help
I?m new to flash 8 remoting and coldfusion. I have installed the flash 8
remoting component in flash 8. But the netconnection debugger does not appear
in the window menu. Also the #include "NetServices.as" produces and error. I?
using coldfusion as a stand alone server.
That it I?m stuck.
Your truly, person that is stuck.
monty3636 - 27 Oct 2006 17:06 GMT
I was having similar problems with remoting after I upgraded to Flash 8. The
solution that worked for me was to go into my publish settings, under the Flash
tab, and change to [b]ActionScript 2.0[/b].
I then changed the command:
[b]#include "NetServices.as"[/b]
to the following:
[b]import mx.remoting.NetServices;[/b]
Hopefully this will work for you.
monty3636 - 27 Oct 2006 17:08 GMT
I was having similar problems with remoting after I upgraded to Flash 8. The
solution that worked for me was to go into my publish settings, under the Flash
tab, and change to [b]ActionScript 2.0[/b].
I then changed the command:
[b]#include "NetServices.as"[/b]
to the following:
[b]import mx.remoting.NetServices;[/b]
Hopefully this will work for you.