Hello!
I currently have a site which uses flowplayer and the playlist plugin. My playlist is a list of thumbnail links which trigger the player. The playlist is actually a box with two tabs and each tab loads new content via ajax and a php file. The thumbnails tab is the one in which the list of thumbnails is located, and the second tab shows a description for the currently playing video when clicked.
My problem is that I need to access the number of the clip which is currently playing in order to use it in my ajax call to the view description tab. This way, if the user clicks the description tab while the clip is playing, the php will use the number to show it.
Simple version:
How can I reference the number of the currently playing clip inside of that clip's onBegin() method?
Thanks so much, and I apologize for the verbose explanation!
I currently have a site which uses flowplayer and the playlist plugin. My playlist is a list of thumbnail links which trigger the player. The playlist is actually a box with two tabs and each tab loads new content via ajax and a php file. The thumbnails tab is the one in which the list of thumbnails is located, and the second tab shows a description for the currently playing video when clicked.
My problem is that I need to access the number of the clip which is currently playing in order to use it in my ajax call to the view description tab. This way, if the user clicks the description tab while the clip is playing, the php will use the number to show it.
Simple version:
How can I reference the number of the currently playing clip inside of that clip's onBegin() method?
Thanks so much, and I apologize for the verbose explanation!