I have a list of 8 videos from youtube in my app (thumbnails).
I need to detect the click event in one of those videos, and them, via AJAX ($.post()) load the video in the same <div>.
So, I have a problem... I can't detect the click event in the iFrame. And for my project (accessibility) I can't use plain images as the ones youtube uses in the thumbnails, without the play button! (this project is for mentally disabled kids to use youtube and a lot of rules must be followed!)
I use the jQuery framework! Any solutions?