/*
 * Default flowplayer configuration.
 */
fp_config = {
    plugins: {
        viral: {
            // load the viral videos plugin
            url: static_url + 'flowplayer/flowplayer.viralvideos.swf',
            embed: {
                configURL: window.location.protocol + '//' + window.location.hostname + static_url + 'flowplayer/config.embed.js'
            },
            share: {
                // define a video title used in sharing
                description: ''
            }
        }
    }
}

