Advanced MediaFront 2.0 This is part of an Advanced Mediafront 2.0 presentation I gave to the Drupal Oklahoma City user group. In the whole series of videos, I cover everything from basic mediafront usage to the most advanced topics such as custom templates and handling media events.
This is part of an Advanced Mediafront 2.0 presentation I gave to the Drupal Oklahoma City user group. In the whole series of videos, I cover everything from basic mediafront usage to the most advanced topics such as custom templates and handling media events.
This player is build using the following code.
<script type="text/javascript">
$(function() {
$("#osmplayer").osmplayer({
playlist: '/osmplayer/advanced_mediafront.xml',
height: '500px'
});
});
</script>
<div id="osmplayer"></div>
Using the following playlist.
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>Introduction</title>
<location>http://www.youtube.com/watch?v=9mjtt0b4Zh8</location>
</track>
<track>
<title>Presets and Simple Display</title>
<location>http://www.youtube.com/watch?v=vTTp9FY-Mt4</location>
</track>
<track>
<title>Basic Playlists</title>
<location>http://www.youtube.com/watch?v=djV8Q6oIAjE</location>
</track>
<track>
<title>Advanced Playlists</title>
<location>http://www.youtube.com/watch?v=2VyryaY6SbI</location>
</track>
<track>
<title>Player to Player</title>
<location>http://www.youtube.com/watch?v=n8JTfQbvSQE</location>
</track>
<track>
<title>Hidden Playlists</title>
<location>http://www.youtube.com/watch?v=TM9vS07Vylk</location>
</track>
<track>
<title>Architecture</title>
<location>http://www.youtube.com/watch?v=rNAstASZYhU</location>
</track>
<track>
<title>Creating Templates</title>
<location>http://www.youtube.com/watch?v=nMoaSEdgVio</location>
</track>
<track>
<title>Media Event Binding</title>
<location>http://www.youtube.com/watch?v=GHoy-_ym5do</location>
</track>
</trackList>
</playlist>