|
| Try this very simple application for a start, the equivalent of a "Hello =
World"
Create a folder in your applications folder and call it confirmFMS
That's it for the server
Open a new flash doc and write the following code
var myTestFMS:NetConnection =3D new NetConnection();
myTestFMS.onStatus =3D function(info)
{
trace (info.code);
}
myTestFMS.connect("rtmp://localhost/confirmFMS/testit");
Run it.
That should get you on your way
[a]
----- Original Message -----=20
From: "fla coder" <fla.coder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Sunday, January 08, 2006 12:28 AM
Subject: Re: [FlashComm] Re: Welcome to the "FlashComm" mailing list
thanks Dave!
yes, that code came straight from the macromedia samples. (server side)
i'm trying to find a download link for 1.5 now. i might have better luck
installing that and the updates just to get started.
thanks for all the help, looking forward to this journey.
best
f
On 08/01/06, Dave Bath <dave-tAgMTqu5zmI@public.gmane.org> wrote:
>
> I assume that you are pasting from main.asc... the trace will occur on
> the server.
>
> I haven't played with FCS2 much yet, but in 1.5, use the application
> inspector to look at the instance you are trying to connect to. The
> traces will appear in the window - along with any other errors.
>
> You need (under 1.5 anyway) to have the monitor open before you start
> the app - the log only happens in real time.
>
> Cheers,
>
> Dave
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of fla =
coder
> Sent: 08 January 2006 00:16
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Re: Welcome to the "FlashComm" mailing list
>
> allow me another silly question:
> are those trace statements in the asc files supposed to show up when
> compiling with the flash ide?
> if so, then there is already a problem there, because i never see "***
> onConnect called." in the output
>
> On 08/01/06, fla coder <fla.coder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
section[vbcol=seagreen]
> in
> coder
list[vbcol=seagreen]
i[vbcol=seagreen]
> can
it[vbcol=seagreen]
> is
http://www.macromedia.com/devnet/fl...ample_apps.html[vbcol=seagreen]
shed[vbcol=seagreen]
> some
> Server
rolled[vbcol=seagreen]
> out
wrote:[vbcol=seagreen]
> fla
list[vbcol=seagreen]
> after
get[vbcol=seagreen]
it's[vbcol=seagreen]
(ports[vbcol=seagreen]
site[vbcol=seagreen]
> i
> what is
> console
> server
jump[vbcol=seagreen]
> from
> to
> and 8,
>
> =3D---------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D---------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
>
>
>
> -----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> -----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|