Flex 2 and FMS (ConnectionMonitor Component)
August 22nd, 2006
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.
This does show how to use Flex 2 with FMS. There is a README in the source which you can find here.
Entry Filed under: Adobe Flex, Flash Media Server/Flash Video, Rich Internet Applications



2 Comments Add your own
1. Emil | 2007-07-04 at 8.48 am
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
2. Emil | 2007-07-04 at 10.14 am
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
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed