When I try to print a page that has an embedded youtube video on it, it prints out a blank area, whereas a stillshot is displayed on the web. Is it possible to print it out as it appears on the web, or will the youtube video always appear as a blank spot when printing? I'm not trying to print a screenshot; I want the client, when they click the print icon, to see the youtube stillshot on the page once it's printed, instead of a blank spot.
If it always appears as a blank spot, I'll use my noprint stylesheet on it. I've embedded my videos like this:
<iframe id="ShowFrameID" width="640" height="480"
src="http://www.youtube.com/embed/6j6OfI9zKVQ?
wmode=opaque&modestbranding=1&rel=0">
</iframe>
Any advice anybody can offer would be greatly appreciated!