Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remoting w/ Flash 8 - NOT Working

Status
Not open for further replies.

clemrock

Programmer
Joined
May 20, 2004
Messages
118
Location
US
Hello,
I'm testing out a flash project that relies heavily on remoting and I've just got flash 8 and tried to save the project in it and I immediately get errors regarding the base remoting includes:

**Error** Scene=Scene 1, layer=remoting, frame=1:Line 1: Error opening include file NetServices.as: File not found.
#include "NetServices.as"

**Error** Scene=Scene 1, layer=remoting, frame=1:Line 2: Error opening include file NetDebug.as: File not found.
#include "NetDebug.as"

Is the problem in the syntax or is it that I need to install the new flash 8 remoting version on my computer?

Thanks,
Clem C
 
Found it!

import mx.remoting.NetServices;
import mx.remoting.debug.NetDebug;


I knew it was something simple!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top