| Stefan Richter 2006-01-19, 5:47 pm |
| It's often not the port but the firewall software itself. Programs such as
Netlimiter and Zonealarm basically disable FMS2.
Only a deinstall of the program in question helps.
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> fla coder
> Sent: 19 January 2006 19:00
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] an unlucky start, update:
>
> Hi Martin
>
> I had problems getting FMS2 going a while ago.
> Ayo suplied me with the following 'hello world' equivalent.
> Nothing worked until I uninstalled my firewall. Basically
> port 1935 has to be open.. Hope you have success.
>
> here is the example:
>
> "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 = new NetConnection();
>
> myTestFMS.onStatus = function(info)
> {
> trace (info.code);
> }
>
> myTestFMS.connect("rtmp://localhost/confirmFMS/testit");
>
> Run it.
>
> That should get you on your way"
>
> On 18/01/06, Martin Klasson <Martin.Klasson-uKym/6aKSbhBDgjK7y7TUQ@public.gmane.org> wrote:
> Of Martin
> settings,
> http://www.macromedia.com/cfusion/k...cfm?id=tn_16466
> which the
> of you has
>
> =---------------------------------------------------------
> 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
|