Google Video + IE7

Hi all. I have a client that created a video and put it on his Myspace. He (or someone he knew) used Google Video. Well now I am building a website for him and he wants the same video. So in an effort to save time I copied the code from his Myspace and placed it in the HTML page I’m creating for him. Well the video shows up in Mozilla, Opera and Safari. But not in good ole IE. The rest of the page loads fine, but the video never plays and the player doesn’t even show up. It just hangs like it’s going to load and nothing! can someone help?

Here is the code I pasted in my html:

<div id=“videoBox”><object type=“application/x-shockwave-flash” allowScriptAccess=“never” allowNetworking=“internal” height=“350” width=“425” style=“width:400px; height:326px;” id=“VideoPlayback” data=“http://video.google.com/googleplayer.swf?docId=1208351721531704863&hl=en”>
<param name=“allowScriptAccess” value=“never” />
<param name=“allowNetworking” value=“internal” />

<param name=“movie” value=“http://video.google.com/googleplayer.swf?docId=1208351721531704863&hl=en” />
<param name=“flashvars” value="" />
</object> </div>

I created a div to contain it and so i could center it. I’m new to CSS, and HTML and Google Video. A newbie all the way around.

Here is the page that it is attached to:
http://www.bodybalanceliving.com/test/about.html

Again, any help would be greatly appreciated.