Is there a way to print a page with an embedded YouTube video without it showing up as a blank area? I want the printed version to display the same still shot that appears on the web. If this isn't possible, I will use a noprint stylesheet. Here is how I have embedded my videos:
<iframe id="ShowFrameID" width="640" height="480"
src="http://www.youtube.com/embed/6j6OfI9zKVQ?
wmode=opaque&modestbranding=1&rel=0">
</iframe>
Any advice or solutions would be greatly appreciated!