Capture Image using Jquery without Flash Object

878 views Asked by At

I was working on capturing image using jquery in ASP.NET MVC3, I found some articles related to it and used

scriptcam.js

which uses flash object for creating window to capture image.

I want to make the exact same application but without having any role of ADOBE FLASH in it.

1

There are 1 answers

2
user3058428 On

I'm a little uncertain as to what you're trying to capture. If you're trying to save a screenshot of the browser you can put what you want to capture into an html canvas tag and then save out the file by using the data URI. A great example can be found here: http://www.nihilogic.dk/labs/canvas2image/

If you need help capturing the page in a canvas element you can use html2canvas: http://html2canvas.hertzen.com/