Groups | Blog | Home
all groups > macromedia flash flash remoting > april 2007 >

macromedia flash flash remoting : getting started


Shanthi.AL
4/6/2007 12:00:00 AM
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
4/10/2007 2:37:20 PM
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.
AddThis Social Bookmark Button