Re: browser screen capture with java applet
- From: mikeyjudkins@xxxxxxxxx
- Date: 29 Sep 2006 18:09:40 -0700
Thanks for confirming. Id be happy to discuss the idea with you if
you're interested (send me an email). Just wanted to know for now if it
would be possible. Im not so concerned about the requirement that the
user must manually "approve" the applet, if thats what is meant by
signed applets, since the deployment would be aimed at a small(ish)
audience.
Mike
Andrew Thompson wrote:
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.
.
- Follow-Ups:
- Re: browser screen capture with java applet
- From: Andrew Thompson
- Re: browser screen capture with java applet
- References:
- browser screen capture with java applet
- From: mikeyjudkins
- Re: browser screen capture with java applet
- From: Andrew Thompson
- browser screen capture with java applet
- Prev by Date: Re: Virtual coordinate systems
- Next by Date: compare file size with online file size
- Previous by thread: Re: browser screen capture with java applet
- Next by thread: Re: browser screen capture with java applet
- Index(es):
Relevant Pages
|