I\'m trying to determine what is the most efficient way to load videos into a on a user click using jQuery.
To give more context behind this, I\'ll have about 30 clips
You could also try to have jQuery change the iframe src property.
You might run into trouble with the iframe in Internet Explorer.
This page describes the problem: http://osdir.com/ml/youtube-api-gdata/2011-03/msg00369.html
If you can put in conditional scripting that will use the flash embed instead of the iframe if it is in Internet Explorer, that might be the best way to do it.