[jQuery] Embed youtube using jmedia

[jQuery] Embed youtube using jmedia


I have been trying desperately to use jMedia to embed youtube videos
onto my site, but everytime it doesn't replace the code. But if I put
in a normal video, it works fine. Does anyone now how to accomplish
this?
JAVASCRIPT
--------------------
<script type="text/javascript">
$(document).ready(function(){
     $("#flash_test").jmedia(
     {version:"7"},
     {src:"http://www.youtube.com/v/hbr6wMiL83Y",
        width:425,
        height:350
        });
    });
</script>
HTML
---------
<div id="flash_test">Flash Test</div>