Search code examples
javascriptcamtasia

Can I interact with Camtasia's player using Javascript?


I have a site where i'm showing 2 "tutorial" videos recorded with Camtasia.
They are both "autostart=false"

I'm using the combination of an mp4 file, and the movie_controller.swf files.

I would like to be able to start a movie through Javascript (i'm assuming this is possible), and also get notified in Javascript when the movie finishes.

Is this possible? Is it documented anywhere?

Thanks!


Solution

  • Just to document my findings, in case someone else needs to do this...

    No, you can't.