Is it possible to determine when the movie is played/clicked? I'd like to AJAX some information to my database to track that the video was played. Is there an event that can be used to trigger my Javascript? Or, is there another way to track the play action?
You need to setup a Listener.
See the JavaScript API docs here: http://developer.longtailvideo.com/trac/wiki/FlashApi
and the events docs here: http://developer.longtailvideo.com/trac/wiki/FlashEvents
The ControllerEvent.ITEM index number always changes when a new playlist item is selected by the user or automatically by the player when it advanaces to the next track.
If you need code, I have lots of it, including code for sending stats to the server using JSON. I'd be happy to share the code if you want it.