Click here to Skip to main content
15,997,402 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi programmers
how i can save animation in canvas to video in silverlight
not wpf
thanks for anyhelp
Posted

1 solution

Would not this be a security flaw of allowing a silverlight app to capture your screen movements?

Answer here to similar question: Capture canvas screen as video using Silverlight[^]

It says:
If you could capture the users actions (they clicked X and Y elements and typed Z into the textbox), then you could use those same actions to generate a video on the server.

A lame basic way to accomplish this is to open the site in a browser on the server, use video capture software to capture the browser window, and then inject the users actions programmatically. Of course this would be a terribly heavy application, but it's all I could come up with. Perhaps it'll spark a better idea.

As a side note, I highly doubt Silverlight can capture the browsers screen as this would be a major security flaw. Imagine hidden Silverlight controls capturing a user's actions without their knowledge.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900