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... - 21 Sep 2006 14:36 GMT
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