is this possible?

Out of context: Reply #10

  • Started
  • Last post
  • 17 Responses
  • fyoucher10

    Local connection if they're all on the same computer.

    This 'might' work:
    Set a text file on a server with three boolean variables.
    For example:
    swf1 = "false"
    swf2 = "false"
    swf3 = "false"
    Have each SWF set one of those variables in the text files whenever it gets to the point where they need to sync. At that point have them constantly check if all three variables are set to "true". If so, do whatever function you want and then reset the variables for your next sync. However, I'm not sure what kind of delay is involved withe getting those variables. It's be a pretty small text file download though. Pretty easy to setup too. Might be worth a shot.

View thread