Hay guys!
Download Google Videos DID go down, killing all embeded content that people had.
Fortunately, Q was able to figure out a work-around using iframes, that I adapted in order to work with services that don't allow iframes, such as Myspace.
All you need to do is find out the URL of the video on Google's servers. Easiest way to do it is to get the adblock extension for Firefox, which everyone should have already, go to your video on Google Video, use the adblock dialogue box to copy the URL of the video file, and stick it in the following code:
<embed allowscriptaccess="never" src="URL GOES HERE" width=" 340" height="280" type="application/x-shockwave-flash" id="VideoPlayback" align="middle"><param name="movie" value="URL GOES HERE"></embed>
The URL that you're going to put in will look like:
http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com
%2Fvideoplayback%3Fid%3D2f2643ca8261d06d%26begin%3D0%26len%3D211944%26itag%3
D5%26urlcreated%3D1134939178%26docid%3D-6360674376349568040%
26urlcreated%3D1134939178%26sigh%3DzSz_CD4vrsljhB9OayyACdjqlbI&autoPlay=true
Be sure to look at the URL that you put in, and set " autoplay="true" " to " autoplay= " in order to prevent it from autoplaying, which is annoying.