Hi,
i am working in flash 8.0 and i downloaded the trial version of flash remoting.
I tried one example in flash remoting and i am geting the error
Error opening include file NetServices.as: File not found.
#include "NetServices.as"
But i found the NetServices.as file in the following path
D:\Program Files\Macromedia\Flash 8\en\First Run\Classes\mx\remoting
Plaese hlep me..........
In coldfusion, have to save the files in webroot folder(wwwroot), Like that
where i have to save my flash remoting files................
Thanks................
Simhanature - 10 Apr 2007 15:37 GMT
Since you are using flash 8.0
You cannot work with NetServices.as
You need to use following codes for flash 8.0 instead
import mx.remoting.*;
import mx.rpc.*;
import mx.utils.Delegate;
import mx.remoting.debug.NetDebug;
you need to remove such include files.
Try it.