I use the YouTube iFrame API to embed videos on a page. Everything works fine in all browsers except ... IE. In IE, the button for viewing a full-screen video does not work. You click on it and it’s just gray.
Most likely something simple (right?), But I just can’t find the problem, and I can’t find links to this particular problem.
I hesitate to give examples of URLs, because some of the problems I fixed will not be transferred to production until I can solve this problem, but the main problem really is ... so that the example that I am experiencing can be found at address:
http://www.lauramercier.com/store/content/artistDetails.jsp?yt&itemId=1300008
Another example: (you may need to update a couple of times - a problem that I have already fixed locally):
http://www.lauramercier.com/store/content/artistDetails.jsp?yt&itemId=5500264
Example iFrame code for the second example:
<iframe name="youtubePlayer" width="225" height="135" class="youtube-player" id="youtubePlayer1" src="http://www.youtube.com/v/a5uiSVSQB3U&fs=1&playerapiid=youtubePlayer1&version=3&wmode=transparent&origin=http://lauramercier.com&modestbranding=1" frameBorder="0" style="padding-top: 5px; position: relative; z-index: 1;" type="text/html"></iframe>
Oh, and although the "var tag" and "tag.src" elements are commented out, I tried this too, and it didn't seem to matter if I just printed the whole line:
<script type="text/javascript" src="http://www.youtube.com/player_api"></script>
Another Oh ... I also tried the swfobject.embedSWF method (after I rewrote our old swfobject.js with google code), but the button did the same.
Maybe something is contradictory?
Any help would be greatly appreciated.
Thanks!