Flex 2 and FMS (ConnectionMonitor Component)

Posted on August 22, 2006 | 2 comments

The Flex 2 / Flash Media Server 2 (FMS) Connection Monitor component provides real time stats on a FMS connection. The detailed stats include latency, up bandwidth, and down bandwidth. Connected a Camera instance to the class also monitors FPS.

Here is a screenshot of the FMS and Flex components in action. Its pretty basic but is meant to be extend for somone’s specific needs.

Renaun.com ConnectionMonitor Flex and FMS Component

This does show how to use Flex 2 with FMS. There is a README in the source which you can find here.

  • Emil

    Hello,
    I’m having hard time integrating this component in my application getting all sorts of errors on server side and client side too. Perhaps it’s because I use a lot of remote methods on my end like this:
    networkConnection.client = new Object;
    networkConnection.client.fromRemote = fromRemote;
    networkConnection.client.broadcasterGone = broadcasterGone;
    networkConnection.client.publishAudio = publishAudio;

    Can you send me some hints on solving this in this email ? I’d greatly apprectiate it..

    Thank you…
    Emil

  • Emil

    it’s me again: The error pops when I try to bind some remote methods to the nc.client object…
    another thing: Where should I include the “load( “com_renaun_fms.asc” );” string ? on top or on some events like application.onAppStart = function()

    Thanks,
    Emil