// JavaScript Document

// Initializes FlowPlayer3 for testimonial video
$(function() {
  $f("testimonial", "/flowplayer/flowplayer-3.1.5.swf", {
	clip: {provider: 'rtmp'},
    plugins: { 
		controls: {playlist: true},
		rtmp: {
		  url: '/flowplayer/flowplayer.rtmp-3.1.3.swf',
		  netConnectionUrl: 'rtmp://fms.2006.edgecastcdn.net/002006/surefil/'
		}
    },
	playlist: [
		  {
			  url: 'testimonial/1_intro',
			  title: 'Introduction'
		  },	
		  {
			  url: 'testimonial/2_chapter-1',
			  title: 'Amazing Procedures'
		  },	
		  {
			  url: 'testimonial/3_chapter-2',
			  title: 'Amazing Attributes'
		  },
		  {
			  url: 'testimonial/4_chapter-3',
			  title: 'Advanced SDR<span class="reg">&reg;</span> Technology'
		  },
		  {
			  url: 'testimonial/5_outro',
			  title: 'Conclusion'
		  }
	     ]
	});

  $f("testimonial").playlist("div.clips:first", {loop:true});
});
