I am trying to use flash remoting and Flash 8 cannot locate my NetServices.as
file or NetDebug file when I test my movie.
The error message I get is as follows:
include file NetServices.as: File not found.
#include "NetServices.as"
include file NetDebug.as: File not found.
#include "NetDebug.as"
Any suggestions?
flashmx_in - 30 Jan 2007 04:37 GMT
I guess you need to add Remoting Classes and RemotingDebug Classes from the Common libraries panel to the main FLA Library .
maacies - 20 Feb 2007 00:08 GMT
[q][i]Originally posted by: [b][b]flashmx_in[/b][/b][/i]
I guess you need to add Remoting Classes and RemotingDebug Classes from the
Common libraries panel to the main FLA Library .[/q]
It still doesn't work.
Any idea?:confused;
baskar_ibiz - 06 Mar 2007 11:38 GMT
hi
import mx.remoting.*;
import mx.remoting.debug.*;
try this
bye