Change span to div :
<span id="video0" class="flashvideo"><a
href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a>
to see this player.</span>
to:
<div id="video0" class="flashvideo"><a
href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a>
to see this player.</div>
Also you page is loading swobject.js file twice...
Andras
Create a new minimal static html page and see if your embed code works...