Hello
I have setup FlowPlayer and a playlist using the jquery plugin. The items on the playlist are generated in a php while loop as the file names come from a database.
I want to grab the video 'description' from the database and display it in a div, but only when the user clicks that playlist item. I have tried using the onStart event but i'm not sure how to get this working with the database.
Anyone have any experience with this? Cheers