Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am using flash to capture image in asp.net webpage. Everything is working properly. But Now i have a frame in which there is a window for capturing image and when i click the capture button the captured image comes on its side. I can't edit the flash.

When i click the capture button,I want to get the captured image in one frame. ie., the video frame shouldn't be there.

Is there some way to sort this problem!!!!!!

ASP
<form id="form1"  runat="server">
        <div>
            <object width="450" height="190" id="Panel1">
                <param name="movie" value="WebcamResources/save_picture.swf">
                <embed src="WebcamResources/save_picture.swf" width="450" height="190"></embed>
            </object>
         <a href="WebcamResources/save_picture.swf"></a>     
      </param></div>
    </form>
Posted
Updated 18-Jul-11 18:46pm
v6

1 solution

Based on what you're saying, I think you need to crop the existing image as it comes in./ This is trival.
 
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