-
As title stated,
I would like to grab the video player ID and use javascript/jQuery to listen when the play button has been clicked? How would I grab the video player ID if the video ID keeps changing dynamically upon refreshing the page?
Here is what I have so far:
$j('#wpfp_47017490152a1e15eeb5fcef3d141db6').flowplayer({
play: function()
{
mktoVidEventTracker($j('#wpfp_47017490152a1e15eeb5fcef3d141db6').flowplayer(), 'play');
}
});