Groups | Blog | Home
all groups > macromedia flash flash remoting > september 2006 >

macromedia flash flash remoting : Flash 8 Cannot find file "NetServices.as"



khopson
9/16/2006 7:17:54 PM
I have installed the Flash 8 Remoting. I am trying to include the files
NetServices.as and NetDebug.as in my actionscript. However, for some
reason....it errors telling me the files cannot be found.

Doing a file search reveals that the files are installed in Flash 8
directories. When I use the full path name in the #include statement, it still
errors at that line, but does not return a error description such as "file
could not be found".

Anyone have any ideas of what I am doing wrong?

Thanks,
Karen
ANK...
9/21/2006 12:00:00 AM
hi,

please don't use #include directive

Flash 8 have actionscript 2.0 component so you have to write code like
import mx.remoting.NetServices;

Wish this should be helpful to you
Thanks,
Ankur Patel

AddThis Social Bookmark Button