Video Conference with Flex & FMS

Posted on November 8, 2006 | 4 comments

Learn how to use Flex 2 and FMS 2 by creating a basic video conference application

Video over the Internet and Rich Internet Applications (RIA) are the latest craze. With Flex 2 and Flash Media Server 2 (FMS), developers can easily create interactive media Web applications. In this article you’ll create a basic video conference application that will give you the foundation to take you to the next step.

Read more at….
http://mxdj.sys-con.com/read/295379.htm

Its a great article, but I am biased.

  • William from Lagos

    And why are you biased?

  • http://www.renaun.com Renaun Erickson

    because I wrote the article, so I think its pretty good.

  • Israel Gaytan

    Hello Renaun!

    Your tutorials are very nice, by the way how can i implement data messaging, i mean i want from SSAS call on the client a function , i know its with asyncronous messages, but i am missing something..

    ej:
    //SSAS
    application.onConnect=function(client){

    clientObj.call(“flexfunction”,null)

    }

    //FLEX APP
    public function flexfunction():void{

    //SOME CODE HERE
    }

    is it possible?, am i missing something?

    Thanks in advance

  • http://confluence.atlassian.com/display/CONFEXT/Video+Conference+Plugin Matti Kiviharju

    http://confluence.atlassian.com/display/CONFEXT/Video+Conference+Plugin
    I started project Above…

    Thanks about great source code..