Skip to main content
Participating Frequently
September 3, 2008
Question

Shared Ball example (SOLVED)

  • September 3, 2008
  • 1 reply
  • 367 views
Hi,

I just started experimenting with FMS3 and tested the SharedBall example.
If I run it in two browser windows on the same machine I get it to work. But If I run the example file from two different machines it does not work. Is sharing in the example file for local instances only somehow? Can I make it global so two different clients can share the ball?

Best regards,

Gibbah
    This topic has been closed for replies.

    1 reply

    GibbahAuthor
    Participating Frequently
    September 4, 2008
    Ok, I solved my problem.
    I created a new instance of the application and named it, then in the client code I specified that I wanted to connect to that specific instance. After that it works.
    Like this: nc.connect("rtmp://serverName/applicationName/applicationInstanceName");