How i can use dm player with this java

i want to embed player of dailymotion, with the help of this

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <title>SWFObject dynamic embed - step 3</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript" src="swfobject.js"></script>

    <script type="text/javascript">
    swfobject.embedSWF("myContent.swf", "myContent", "300", "120", "9.0.0");
    </script>

  </head>
  <body>
    <div id="myContent">
      <p>Alternative content</p>
    </div>
  </body>
</html>

i learn something about this here

problem is i want to embed a dailymotion player and want when i call dailymotion id through url it detect the id from url and play the video

just like this http://veedio.info/dailymotion.php?url=k3g6iiAEAuyt1N3TPDF
it has a pre embeded player http://veedio.info/dailymotion.php now when we put id with dynamic page in the end of the url video works. this site is using swfonject.js so i need help