Skip to main content
Known Participant
June 11, 2009
Question

How do I playback logs from FMS from a client

  • June 11, 2009
  • 1 reply
  • 488 views

I found some stuff in an old FMS book (great book on FMS but very old) on how to subscribing to the Log streams. The does a netConnect & NetStream and used a nc,onLog to get play back but onLog does not seem to be supported anymore. Anyone know how I can playback logs from FMS 3.x into CS3 client?

Thanks

    This topic has been closed for replies.

    1 reply

    June 11, 2009

    The onLog method is not built in to FMS 3.5, nor was it a built in method in previous versions. FMS does not record logs to a stream on it's own... log info is recorded in proper log files in the fms/logs directory.

    The onLog method you're talking about is described in "Programming Flash Communication Server", chapter 5. This is not a built in function... it's a custom function described in the book. The code in the example is valid for use in current versions of FMS, but you need to deploy the code as part of your application.