regnis
Joined: Aug 29, 2008
Messages: 1
Offline
|
We want to generate screen casts automatically (using the help of java.awt.robot/Jemmy framework) which usually can be done manually with tools like Wink.
With my very basic understanding of flash, this would require at least following features:
- embed graphic images (usually available as BufferedImage or as png-file)
- move "sprites" (cursor pointers) from one point to another on a defined path
- pause/wait for a few moments
- add some tiny buttons, e.g. "Restart"
Is this possible at the moment with JSwiff? Thanks in advance.
Tom
|