Hi Everyone,

I am facing a very strange issue. When i am trying to connect to my app(the
first app i have created going through an article "Getting started with
RED5") from Flex2 as instructed in the sample i am able to connect to it
successfully.
But when i am trying to connect to this app from Flash 8 editor by a simple
code i.e.

var nc:NetConnection = new NetConnection();

nc.onStatus = function(info){
   trace("status " + info.description);
}

nc.connect("rtmp://localhost/firstapp");


It's returning status as undefined. Where as it's connecting successfully to
all other sample apps in Red5 from Flash 8 editor.

Is there anything i am missing?

--
Thanks & Regards,
Vivek Lakhanpal.
Phone: +91-987-608-2125 (India)
Skype ID: lakhanpalv
Website: http://viveklakhanpal.spaces.live.com
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to