I need some help with Youtube API and embeded videos. I want to stop all iframe videos (here i have taken only 3, but there are several videos)running on the current page wh
You can do something like this...
Give every iframe a class so that it can be identified as an iframe for youtube player. Here I have given "yt_players"
Now you can use the below code...
Have updated the code...This should be of help to you.
See it in here...http://jsfiddle.net/anubhavranjan/Y8P7y/