Warning! These videos are dated, and some things have changed within the MediaFront module since these were recorded. We recommend that you pair these videos with the MediaFront Intro video found in our presentations section.

This player is build using the following code.

<script type="text/javascript">
  $(function() {
    $("#osmplayer").osmplayer({
      playlist: '/osmplayer/drupalconsf.xml',
      height: '500px'
    });
  });
</script>
<div id="osmplayer"></div>

Using the following playlist from Vimeo.

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
   <trackList>
      <track>
         <title>1.) Introduction</title>
         <location>https://vimeo.com/41917303</location>
      </track>
      <track>
         <title>2.) Overview of the MediaFront Module</title>
         <location>https://vimeo.com/41917372</location>
      </track>
      <track>
         <title>3.) The Administrative Interface</title>
         <location>https://vimeo.com/41917373</location>
      </track>
      <track>
         <title>4.) Displaying the Preset</title>
         <location>https://vimeo.com/41917374</location>
      </track>
      <track>
         <title>5.) Multiple Media Formats</title>
         <location>https://vimeo.com/41917376</location>
      </track>
      <track>
         <title>6.) CCK Integration</title>
         <location>https://vimeo.com/41917378</location>
      </track>
      <track>
         <title>7.) Player to Player</title>
         <location>https://vimeo.com/41918543</location>
      </track>
      <track>
         <title>8.) Questions</title>
         <location>https://vimeo.com/41918544</location>
      </track>
   </trackList>
</playlist>