Hello!
Please hear patiently:
I have a frame by frame secuence and a player to play, stop , rewind it.
Works ok, we are all happy.
BUT: now I need to do something else with it, that swf movie will be seen by a final user in a common browser. A new functionality is required:
The user must be able to play it (no problem)
pause it some x time (guess no problem)
and that execution has to be recorded so we can see it again in another session (big problem)
I need to be able to record in some way the user choices (if he stopped, paused and so on) but not only that, I need to be able to play again those movements.
I’ve seen many flas with cursor tracking (you record and then play it again), the problem is that if you reload the browser or quit those results are not available again…
Do I need a database? Is there any open source available out there with somehting similar? Any ideas? :q:
Thank you!