Thanks karel.
timing and typescript are both output of script(1) and are input of scriptreplay(1).
you can
$ script 2> timing
...
session
...
$ exit
and replay the session by
$ scriptreplay timing [typescript]
I want to replay the session with any flash player.
So I think script(1) to swf is needed.
Thank you.
|