Re: browser screen capture with java applet



mikeyjudkins@xxxxxxxxx wrote:
I have an idea involving Java that Im trying to determine the
feasabilty of. I would like to know if it would be possible within a
java applet embedded within a webpage to take a screenshot of the
webpage from which it is sitting in (or another frame possibly), create
a jpeg image of this and then upload it using a form post request, or
prompt the user to save it to disk.

All this is possible. What is the purpose of it?

...Is this possible and how long do
you think it would take for an intermediate java developer to complete?

I don't know. I've encountered and dealt with parts of this,
applets, signed applets, and creating screenshots using
the robot, but not posting the completed image back to
the server.

Even then, the problem is only half done, as you need to
successfully deploy the applet in the user's browser, in a
trusted environment.

Being tied to signed applets, it is not a project I would
recommend for anyone less than a developer that is
'well versed' in applets (most 'intermediate developers'
that had not had much to do with applets would have
a hard time getting it to work).

Andrew T.

.



Relevant Pages

  • Re: browser screen capture with java applet
    ... webpage from which it is sitting in, ... applets, signed applets, and creating screenshots using ... Posting the completed image back to the server is not at all hard; ...
    (comp.lang.java.programmer)
  • accelerate multiple identical applets?
    ... I read that if a webpage contains several java applets, ... the applets an individual JVM is launched. ...
    (comp.lang.java.programmer)
  • Re: McDonalds again
    ... Anyone know if yu can get xanthum gum certified kosher? ... I used it to make some Applets and it seemed to work ... Have also used it in gluten free recipes. ... See my webpage: ...
    (alt.support.diabetes)
  • Re: a little applet problem...
    ... You probably can, but for every developer ... Upload the latest HTML, ... That will neatly sidestep the caching problem ... (And people wonder why I claim that 'Applets ar not ...
    (comp.lang.java.help)
  • Re: browser screen capture with java applet
    ... signed applets, since the deployment would be aimed at a small ... a jpeg image of this and then upload it using a form post request, ... you think it would take for an intermediate java developer to complete? ...
    (comp.lang.java.programmer)