[jQuery] Embed youTube video using jMedia plugin

[jQuery] Embed youTube video using jMedia plugin


Sorry if I posted this earlier, but ,y ocmputer crashed on post, and I
could not find the posted message.
I am trying to use the jMedia plugin to embed a youtube video on my
page, but when I try, it doesn't do the replace (although if I use a
normal swf, it works fine). Has anyone done this before that can
help?
HTML
---------
<div id="flash_test">you need to get flash or enable javascript</div>
JAVASCRIPT
--------------------
$(document).ready(function(){
     $("#flash_test").jmedia(
     {version:"8,0"},
     {src:"http://www.youtube.com/v/hbr6wMiL83Y",
        width:352,
        height:288
        });
    });