Skip to main content
Participant
January 11, 2007
Question

Connecting to Applications on the 'Net

  • January 11, 2007
  • 2 replies
  • 269 views
I've just been elected as the Flash Communication Server MX 'Expert' here at work. They've installed Flash Comm and we can browse to the sample applications. When we start one of these samples on the local machine, it connects and runs fine. When we try and hit them from outside our network, we can view the applications but they will not connect.

For clarifications sake, the Flash Comm MX installation came with a sample app called 'Panel Presentation' which has a chat and slide presentation that users login to, this isn't the only app we're having trouble with, just and example of what we mean by login.
    This topic has been closed for replies.

    2 replies

    Participant
    January 13, 2007
    Turned out I'm an idiot. Router needed port forwarding.
    Participating Frequently
    January 11, 2007
    The NetConnection string is different if SWF is the same or not the same domain as FMS.

    Example of same domain
    nc.connect("rtmp:/myApp");
    Example of different domain
    nc.connect("rtmp://rtmphost.com/myApp");


    http://livedocs.macromedia.com/fms/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00000736.html