|
Home > Archive > Macromedia Flash Server > August 2006 > #includes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Rodrigo Augusto Guerra 2006-08-07, 1:11 pm |
| hi all,=20
a quick and kind of newbie question.... but here it goes:
i installed FCS 1.5 and i have flash mx 2004 and flash 8. i'm using =
flash 8.
i'm having problems locating the netDebug.as and netServices.as.....
i ave the following code:
#include netDebug.as
#include netServices.as
i know i don't need copy these files to every project directory that =
uses them, if i remember correctly we can do some sort of path to point =
them.
what can i do to 'see' these classes ?
thanks,
rod.
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Alexander Farber 2006-08-07, 7:11 pm |
| Hello Rodrigo,
I'm a Flash/FMS newbie fighting with similar
problems like you do, but I have a feeling that
#include "NetDebug.as"
is a history, used for Flash MX only. For Flash 8 you use
import mx.remoting.Service;
import mx.services.Log;
import mx.remoting.debug.NetDebug;
NetDebug.initialize();
Anyone cares to confirm this? Also have you installed
http://www.macromedia.com/go/flash_remoting_fl8
Regards
Alex
On 8/7/06, Rodrigo Augusto Guerra <rodrigo-V29g5bpVA9ENxz+GHXMZdQ@public.gmane.org> wrote:
> a quick and kind of newbie question.... but here it goes:
>
> i installed FCS 1.5 and i have flash mx 2004 and flash 8. i'm using flash 8.
>
> i'm having problems locating the netDebug.as and netServices.as.....
> i have the following code:
> #include netDebug.as
> #include netServices.as
>
> i know i don't need copy these files to every project directory that uses them, if i remember correctly we can do some sort of path to point them.
>
> what can i do to 'see' these classes ?
--
http://preferans.de
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Rodrigo Augusto Guerra 2006-08-07, 7:11 pm |
| Hi Alexander,
i guess you are right. i'll give a try and let you know the results.
i'm confused because i have flash mx 2004 and flash 8 installed and the F=
CS=20
components were installed only for one flash version. i believe that's fl=
ash=20
mx2004, how can i get the components working for both versions (or for th=
e=20
latest version)
regards,
rodrigo.
----- Original Message -----=20
From: "Alexander Farber" <alexander.farber-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Monday, August 07, 2006 4:17 PM
Subject: Re: [FlashComm] #includes
> Hello Rodrigo,
>
> I'm a Flash/FMS newbie fighting with similar
> problems like you do, but I have a feeling that
>
> #include "NetDebug.as"
>
> is a history, used for Flash MX only. For Flash 8 you use
>
> import mx.remoting.Service;
> import mx.services.Log;
> import mx.remoting.debug.NetDebug;
> NetDebug.initialize();
>
> Anyone cares to confirm this? Also have you installed
>
> http://www.macromedia.com/go/flash_remoting_fl8
>
> Regards
> Alex
>
> On 8/7/06, Rodrigo Augusto Guerra <rodrigo-V29g5bpVA9ENxz+GHXMZdQ@public.gmane.org> wrote:
ash=20[vbcol=seagreen]
ses=20[vbcol=seagreen]
m.[vbcol=seagreen]
>
>
> --=20
> http://preferans.de
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
> Esta mensagem foi verificada pelo E-mail Protegido.
> Scan engine: McAfee VirusScan / Atualizado em 07/08/2006 / Vers=E3o:=20
> 4.4.00/4823
>
>=20
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|
|
|
|
|