////////////////////////////////////////////////////
// External embed request js version mv_embed.01
// part of the metavid framework
// for details about the metavid code base and license 
// view: http://metavid.ucsc.edu/metavid_code
// for details about mv_embeds usage see:
// http://metavid.ucsc.edu/wiki/index.php/Mv_embed
//////////////////////////////////////////////

This is a simple re-packaging of the embed script for metavid.org  (your mileage may vary)

for up-to-date info see: http://metavid.ucsc.edu/wiki/index.php/Mv_embed
~~a copy of the above mentioned page:~~

Stand Alone ogg theora embedding

mv_embed is a stand alone packaging of the script we use to embed ogg theora into web pages. This should make it easy for you to add ogg theora content to webpages in a way that is friendly to multiple browsers.
[edit]
files

mv_embed.js ~ the script which detects client supported playback system (vlc or java) & replaces generic html with client specific embed code.

sample_page.html ~ a simple usage example (also see External embed here on metavid.

sample.ogg ~ Senator Kyl disambiuating peanut butter types in an annodex ogg theora stream.

sample.jpg ~ thumbnail image for the clip

README ~ a text file pointing to this wiki page
[edit]
Usage

To use simply plop the mv_embed folder onto your server somewhere. 
Make the appropriate changes in the first few lines of mv_embed.js, 
Then include the mv_embed script for any page where you want to have clips. 
Use sample_page.html as a template for the html which will be replaced by the mv_embed.js script upon the users request. 
