Question
Need Help Connecting to External Server
Hello,
I installed FMS 2.0 on a server that i have and i'm trying to connect to it from a local swf file. I have no idea how to reference the Media Server. Is it by IP? Do I need to set up something additionally on the server like in IIS? I'm totally clueless. Any advice or point in the right direction would be greatly appreciated.
Here is what i'm trying to do...
var nc:NetConnection = new NetConnection();
nc.onStatus = function (info)
{
trace(info.code);
if (info.code == "NetConnection.Connect.Success")
{
trace("connection successful");
}
}
nc.connect("rtmp://SERVERIP/simpleconnect");
how do I reference the remote flash media server?
Thanks in advance?
I installed FMS 2.0 on a server that i have and i'm trying to connect to it from a local swf file. I have no idea how to reference the Media Server. Is it by IP? Do I need to set up something additionally on the server like in IIS? I'm totally clueless. Any advice or point in the right direction would be greatly appreciated.
Here is what i'm trying to do...
var nc:NetConnection = new NetConnection();
nc.onStatus = function (info)
{
trace(info.code);
if (info.code == "NetConnection.Connect.Success")
{
trace("connection successful");
}
}
nc.connect("rtmp://SERVERIP/simpleconnect");
how do I reference the remote flash media server?
Thanks in advance?
