[flexcoders] Flex and FMS Screen session recordign ?

2008-09-24 Thread Sajid Hussain
Dudes , I want to record  my confrence applications videos and all event , exactly like camtesia screen recordign , what are posblities to record my application as flv when its runing to clients browsers  ? sajdi

Re: [flexcoders] Flex and FMS

2007-01-24 Thread Igor Costa
Here's a good link with information for that http://flash-communications.net/technotes/fms2/flex2FMS/index.html Best On 1/24/07, Marlos Carmo | 5clicks.com.br <[EMAIL PROTECTED]> wrote: Hello Folks! Using Flash with Flash Media Server I call function in client with the code below:

[flexcoders] Flex and FMS

2007-01-24 Thread Marlos Carmo | 5clicks.com.br
Hello Folks! Using Flash with Flash Media Server I call function in client with the code below: application.clients[ 0 ].call( "nameFunction", null, "param1", "param2" ); and in client I receive the call of function: nc.nameFunction = function() { trace( "ok" ); } But now, I n