/** * Example external configuration file. * You can freely categorize these nodes */ var conf = { playlist: [ { scaling: 'fit', url: 'dnb10/features/01/metasyn.flv', provider: 'rtmp', onStart: function(){ this.getControls().show(); $('div.snapshots').show(); } } ], plugins: { // "myContent" is the name of our plugin myContent: { // location of the plugin url: 'flowplayer.content-3.0.2.swf', // display properties top: 20, width: 300, // styling properties borderRadius: 0, backgroundImage: '', // "inline" styling (overrides external stylesheet rules), style: { '.title': { fontSize: 16, fontFamily: 'verdana,arial,helvetica', color:'#ffd500', fontWeight : 'bold' } }, /* initial HTML content. content can also be fetched from the HTML document like we did in the example above. see the source code for that. */ html: '
TO GET THE AUDIO AND HIDE THIS MESSAGE. CLICK HERE
', // clicking on the plugin hides it (but you can do anything) onClick: function() { window.location = "http://live.breakbeat.co.uk/?ref=homepageVideo"; } } } }