| fla coder 2006-01-07, 8:45 pm |
| thanks again everyone.
ayo, i pasted the hello world equivalent and added the empty folder
"C:\Program Files\Macromedia\Flash Media Server 2\applications\confirmFMS".
i get NetConnection.Connect.Failed now. should i have made a main.asc file
too?
after the fms2 install, there are only those two services to run right?
and after adding applications they dont need restarting i hope.
the code i posted before didn't have a rejectConnection() insode the
onConnect() so not sure why I was getting rejected and not failed.
i've been having a look a player security settings as i did get dialogs
similar to here:
http://www.macromedia.com/cfusion/k...m?id=3D132d93aa whe=
n i
started playing. i've not seen them since, but i'll see if that could be an
issue.
should i perhaps add "
http://www.macromedia.com/support/d...r/help/setting=
s_manager04.html#117502"
as a trusted location in the player's global security settings?(
http://www.macromedia.com/support/d...r/help/setting=
s_manager04.html#117502
)
thanks
On 08/01/06, <a /> <ayo-So1QGox0vZ5Wk0Htik3J/w@public.gmane.org> wrote:
>
> 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 -----
> 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:
t[vbcol=seagreen]
i[vbcol=seagreen]
t[vbcol=seagreen]
l[vbcol=seagreen]
t[vbcol=seagreen]
s[vbcol=seagreen]
e[vbcol=seagreen]
>
> =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
>
=-----------------------------------------------------------
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
|