﻿flowplayer("player", "../../flowplayer/flowplayer.commercial-3.1.5.swf", {
        key: '#$5a17b80a600a7aaaf97',
        clip: {
            autoPlay: true,
            url: videourl,
            provider: 'wowza'
        },

        plugins: {

            wowza: {
                url: '../../flowplayer/flowplayer.rtmp-3.1.3.swf',
                netConnectionUrl: 'rtmpt://75.101.159.62/redirect'
            }
        }
});