all groups > macromedia flash flash remoting > january 2004 >
You're in the

macromedia flash flash remoting

group:

Include "NetServices.as" not found



Include "NetServices.as" not found WorkRequest
1/20/2004 8:11:26 PM
macromedia flash flash remoting: I am using Flash MX Professional 2004. I got the following error when I test my Flash.
I didn't install Flash Remote, I think it is already included in the Flash MX Pro 2004, isn't it?

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

Text


My script:

#include "NetServices.as"
#include "NetDebug.as"

//set up the netservices connection to the Coldfusion component.
var con:NetConnection=NetServices.creatGatewayConnection("http://inside.lawbulletin.com/flashservices/");
_global.srv = con.getService( "pink/cfc/timesheet", this );

//Call the function to get data.
_global.srv.getTimeCards("01/05/04");

//
function getTimeCards_Result(result){
ds.dataProvider=result;
}
.........
..........

This Flash App ran successfully in Flash MX that I had FireFly and Flash remote installed?
But I don't know why it isn't working with Flash MX Pro.
Is anyone know the issue?
I am very appreciate!

Thanks
Sam

Re: Include "NetServices.as" not found E.
1/21/2004 4:01:01 AM
[quoted text, click to view]
MX Pro 2004, isn't it?

No, it isn't

Evert

Re: Include "NetServices.as" not found WorkRequest
1/21/2004 4:54:45 PM
Thanks Evert !

But when I tried to install Flash Remote, it says it requires Flash MX(maybe my copy if only for Flash MX).
Do I have to get another copy of Flash Remote from Macromedia for Flash 2004 Pro?

Sam

Re: Include "NetServices.as" not found Yashnoo
1/21/2004 7:39:12 PM
I come across the same problem . I use Flash MX 2004 Pro. :(

Re: Include "NetServices.as" not found E.
1/21/2004 7:57:56 PM
Re: Include "NetServices.as" not found giorgoc
1/22/2004 9:10:18 AM
ok.. just asking to make things clear!

I run a webserver. Do I need to install anything on that server in order to use remoting ? (i.e install FlashMX and then install Remoting on it?)

Or do I only need to install the remote service components on my developer PC, where my FlashMX runs ? Could someone clarify this please?


RE: Include "NetServices.as" not found BillGate
5/7/2005 12:00:00 AM
try install Flash Remoting Components ActionScript 1.0 for Flash MX 2004 and Flash MX Professional 2004 it's work !
http://www.macromedia.com/software/flashremoting/downloads/components/#flr_as1

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button