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

macromedia flash flash remoting : Problems with remoting upon upgrade to Flash 8


chill pill
3/30/2007 3:22:50 PM
I have had a fully functional flash remoting page with Flash MX 2004.
I recently upgraded to Flash 8 (behind the times I know)

When I modified the Flash slightly the page stopped working.
Flash 8 could not 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"

Following the advice else where in these forums I have changed the

#include "NetServices.as"
to
import mx.remoting.*;

and
#include "NetDebug.as"
to
import mx.remoting.debug.*;

however both generate a syntax error when I try to test the movie.

Any suggestions would be appreciated.
samagination79
4/3/2007 1:53:01 AM
chill pill
4/4/2007 4:38:39 PM
Call me a dummy :embarrassment; that was exactly the issue and I'd been looking
for something more complicated :embarrassment;.

However I am now having some problems converting what had been a fully
functional action script file called DataGlue.as into a compatible format.

Any suggestions where I can go to find advice about converting across?
AddThis Social Bookmark Button