>The idea is to understand client issues for a web application.

Be careful about memory and CPU requirements.

Common video/screen capture software will use advanced video & memory 
compression and streaming techniques to keep the recorded video at a decent 
size.
Typical 60s full screen video recording generated by JING is only  5MB in size, 
so can easily be sent through the internet, eg. for diagnosis.

http://www.techsmith.com/jing.html  (Free version available)

In Flex, the size of ONE 1280x1024 frame is 5MB uncompressed  ( and around 
300KB compressed in PNG, but png encoding is CPU intensive).

I think you don't realize yet what trouble you are going into if you try to do 
the recording yourself, in Flex or ActionScript. 

Good  luck...

Maurice 

-----Message d'origine-----
De : Dhananjay D [mailto:[email protected]] 
Envoyé : vendredi 29 novembre 2013 15:23
À : '[email protected]'
Objet : Re: Capture User Interaction within Flex App

Thanks. I guess this will serve the purpose. The solution is simple and light 
unlike video capture.

The idea is to understand client issues for a web application.

Regards
Dhananjay


Sent from my Handheld.

----- Original Message -----
From: Mihai Chira <[email protected]>
To: [email protected] <[email protected]>
Sent: Fri Nov 29 19:44:37 2013
Subject: Re: Capture User Interaction within Flex App

I'm not sure about video, but perhaps you could take a snapshot at every click 
/ keypress?  Just use aBitmapDataInstance.draw(view.stage) plus a PNGEncoder 
and a FileStream to save it to disk. I'd also draw a circle where the click 
happened or add the keyboard action somewhere to help understand the flow of 
interaction.


On 29 November 2013 13:04, Dhananjay D <[email protected]> wrote:

> Hi,
>
> Is there a possibility to capture/ record and stream  the video of the 
> user's interaction from within the same Flex Application.
> The Flex App runs within a browser and the user interfaces are complex.
>
> Regards
> Dhananjay
>
>
>
> ________________________________
> DISCLAIMER: Information contained in and transmitted by this e-mail is 
> proprietary to Ramco Systems Limited and/or its parents, subsidiaries 
> and other affiliates, including Ramco Systems Corporation, 
> (collectively "Ramco Systems"), is a confidential communication 
> between Ramco Systems and the intended recipient(s) and is intended 
> for use only by the individual or entity to which it is addressed, and 
> may contain information that is privileged, confidential or exempt 
> from disclosure under applicable law. If this is a forwarded message, 
> the content of this e-mail may not have been sent with the authority 
> of Ramco Systems. Any unauthorized disclosure, dissemination, 
> forwarding, printing, copying or other use of this email, and/or any 
> action taken in reliance on the contents of this e-mail is strictly 
> prohibited and may be unlawful. Ramco Systems shall not be liable or 
> responsible to an unintended recipient of this email in any way for the 
> contents of this email, or for the consequences of any such use or action.
> If you have received this communication in error, either directly or 
> through forwarding, please notify Ramco Systems immediately at 
> [email protected] and delete/destroy this email and any copies of 
> this email.
>
> In the absence of a consistent formal hard copy or electronic contract 
> or waiver or other instrument duly executed on behalf of Ramco Systems 
> by duly authorized officer(s) or agent(s), Ramco Systems shall not be 
> contractually bound by any email sent on its behalf. Emails will be 
> used by Ramco Systems only for making proposals, conducting 
> negotiations, providing information and positions on issues and for similar 
> purposes.
>

DISCLAIMER: Information contained in and transmitted by this e-mail is 
proprietary to Ramco Systems Limited and/or its parents, subsidiaries and other 
affiliates, including Ramco Systems Corporation, (collectively "Ramco 
Systems"), is a confidential communication between Ramco Systems and the 
intended recipient(s) and is intended for use only by the individual or entity 
to which it is addressed, and may contain information that is privileged, 
confidential or exempt from disclosure under applicable law. If this is a 
forwarded message, the content of this e-mail may not have been sent with the 
authority of Ramco Systems. Any unauthorized disclosure, dissemination, 
forwarding, printing, copying or other use of this email, and/or any action 
taken in reliance on the contents of this e-mail is strictly prohibited and may 
be unlawful.  Ramco Systems shall not be liable or responsible to an unintended 
recipient of this email in any way for the contents of this email, or for the 
consequences of any such use or action. If you have received this communication 
in error, either directly or through forwarding, please notify Ramco Systems 
immediately at [email protected] and delete/destroy this email and any copies 
of this email.

In the absence of a  consistent formal hard copy or electronic contract or 
waiver or other instrument duly executed on behalf of Ramco  Systems by duly 
authorized officer(s) or agent(s), Ramco Systems shall not be contractually 
bound by any email sent on its behalf. Emails will be used by Ramco Systems 
only for making proposals, conducting negotiations, providing information and 
positions on issues and for similar purposes.

Reply via email to