Hi, I have an application where it is possible to load new content through usercontrols. Some of these usercontrols have distinct features such as pulsing buttons and other kind of animations. What i want to do is provide the user with a small video that shows the usercontrol in action.
The user adds usercontrols through an ASP.NEt MVC application so i dont think its possible to just "play" the usercontrol. I expect to be able to playback the video using silverlight.
Is this even possible? I am able to create a screenshot, but from there to creating a small video (max 10 secs) seems hard...