$(document).ready(function () { $("#tv_screen").flash({ hasVersion: 9, expressInstaller: '/flash/expressInstall.swf', /* Old Player swf: '/flash/gmixplayer.swf', width: 388, height: 291, params: { quality: 'high', allowfullscreen: true, allowscriptaccess: 'always', allownetworking: 'all', flashvars: { chname: 'sikh-tv', chtype: 'live', chfile: '' } } End Old Player */ /* New Player */ swf: '/flash/sikhtv.swf', width: 640, height: 385, params: { quality: 'high', allowfullscreen: true, allowscriptaccess: 'sameDomain', allownetworking: 'all', bgcolor: '#000000' } /* End New Player */ }); });