Skip to main content
calmchessplayer
Inspiring
October 14, 2009
Answered

multiple FMS connected SWF on single HTML page

  • October 14, 2009
  • 1 reply
  • 807 views

I have 3 seperate .swf on a single html page which are all communicating with FMS on seperate connections.....Do you think there will be any stablility issues? or connection issues....all the .swf use the same main.asc. There are no apparant problems so far just need an expert opnion.....a side note is I've also noticed an error in the error logs that says its detected a backwards time stamp when recodring... .....whats that all about?....the applicaiton seems fine............using FMS 3.0

    This topic has been closed for replies.
    Correct answer

    You should have no problem with having multiple .swf;s making connections to the same app (or separate apps for that matter).

    About the backward timestamp... there's precious little to be found on the topic, but my understanding is that it's a result of video packets arriving at the server out of order. I find that unless the warning is followed by other errors, it shouldn't have any negative effect on performance of the application.

    1 reply

    Correct answer
    October 14, 2009

    You should have no problem with having multiple .swf;s making connections to the same app (or separate apps for that matter).

    About the backward timestamp... there's precious little to be found on the topic, but my understanding is that it's a result of video packets arriving at the server out of order. I find that unless the warning is followed by other errors, it shouldn't have any negative effect on performance of the application.

    calmchessplayer
    Inspiring
    October 14, 2009

    Thanks for your reply its the one i was hopeing for.